FtpException.Response Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9448)
Response
Gets the FtpResponse of the exception.
Declaration
public FtpResponse Response { get; }
Property Value
| Type | Description |
|---|---|
| FtpResponse | The FtpResponse if Status is ProtocolError; null reference otherwise. |