edtFTPnet/Free - Open-source FTP component for .NET | Download
Get the reply code if it exists

Namespace: EnterpriseDT.Net.Ftp
Assembly: 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 ();
}

Return Value

reply if it exists, -1 otherwise

See Also