FtpResponse Constructor
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9313)
FtpResponse(Int32, String, String)
Initializes a new instance of the FtpResponse class with the specified code, description and raw response string.
Declaration
public FtpResponse(int code, string description, string raw)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | code | The FTP response code. Must be in range of 100 to 599. |
| String | description | The description of the response code. |
| String | raw | Raw FTP response. |