 | 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.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool IsPositiveIntermediate { get; }Public ReadOnly Property IsPositiveIntermediate As Boolean
Get
public:
property bool IsPositiveIntermediate {
bool get ();
}member IsPositiveIntermediate : bool with get
Property Value
Boolean
See Also