Get the reply code if it exists
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
public int ReplyCode { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ReplyCode As Integer Get |
| Visual C++ |
|---|
public: property int ReplyCode { int get (); } |