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