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