FtpReply.Type Property

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
The type of response received from the last command executed

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

Syntax

C#
public FtpResponseType Type { get; }
Visual Basic
Public ReadOnly Property Type As FtpResponseType
	Get
Visual C++
public:
virtual property FtpResponseType Type {
	FtpResponseType get () sealed;
}

Property Value

Type: FtpResponseType

Implements

IFtpReply..::..Type

See Also