| FtpResponseCode Property |
Gets response code.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public int? Code { get; }
Public ReadOnly Property Code As Integer?
Get
public:
property Nullable<int> Code {
Nullable<int> get ();
}
member Code : Nullable<int> with get
Property Value
Type:
NullableInt32See Also