| FtpResponseIsPositiveIntermediate Property |
Returns if the requested action has been accepted, but more information is required. The client should send another command in reply.
(3yz Positive Intermediate reply)
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public bool IsPositiveIntermediate { get; }
Public ReadOnly Property IsPositiveIntermediate As Boolean
Get
public:
property bool IsPositiveIntermediate {
bool get ();
}
member IsPositiveIntermediate : bool with get
Property Value
Type:
BooleanSee Also