FtpReply.Message Property

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
The message, if any, that the server sent with the response

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

Syntax

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

Property Value

Type: String

Implements

IFtpReply..::..Message

See Also