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