 | FtpResponseIsNegativePermanently Property |
Returns if the command failed permanently. (5yz Permanent Negative reply)
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool IsNegativePermanently { get; }Public ReadOnly Property IsNegativePermanently As Boolean
Get
public:
property bool IsNegativePermanently {
bool get ();
}member IsNegativePermanently : bool with get
Property Value
Boolean
See Also