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; } |