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