Initializes a new instance of the SftpResponseReadEventArgs class with the specified response string.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ response As String _ ) |
C# |
---|
public SftpResponseReadEventArgs( string response ) |
Parameters
- response
- Type: System..::..String
The raw response line that was read.