| FtpResponseIsNegative Property |
Returns if the command failed, but it can be retried. (4yz Transient Negative reply)
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public bool IsNegative { get; }
Public ReadOnly Property IsNegative As Boolean
Get
public:
property bool IsNegative {
bool get ();
}
member IsNegative : bool with get
Property Value
Type:
BooleanSee Also