FtpCommandSentEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
FtpCommandSentEventArgs(String)
Initializes a new instance of the FtpCommandSentEventArgs class with the specified command string.
Declaration
public FtpCommandSentEventArgs(string command)
Parameters
Type | Name | Description |
---|---|---|
String | command | The command that was sent. |