 | FtpResponseIsPositivePreliminary Property |
Returns if the requested action has successfully started, but another reply is to be expected before the client issues another command.
(1yz Positive Preliminary reply)
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool IsPositivePreliminary { get; }Public ReadOnly Property IsPositivePreliminary As Boolean
Get
public:
property bool IsPositivePreliminary {
bool get ();
}member IsPositivePreliminary : bool with get
Property Value
Boolean
See Also