FtpReply.Code Property

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
The status code of the response

Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461

Syntax

C#
public string Code { get; set; }
Visual Basic
Public Property Code As String
	Get
	Set
Visual C++
public:
virtual property String^ Code {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: String

Implements

IFtpReply..::..Code

See Also