 | FtpResponseCode Property |
Gets response code.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic 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
NullableInt32
See Also