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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also