FtpResponseReadEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
FtpResponseReadEventArgs(String)
Initializes a new instance of the FtpResponseReadEventArgs class with the specified response string.
Declaration
public FtpResponseReadEventArgs(string response)
Parameters
Type | Name | Description |
---|---|---|
String | response | The raw response line that was read. |