SftpCommandSentEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9448)
Provides data for the CommandSent event.
Syntax
public class SftpCommandSentEventArgs : EventArgs
Inherited Members
Constructors
| Name | Description |
|---|---|
| SftpCommandSentEventArgs(String) | Initializes a new instance of the SftpCommandSentEventArgs class with the specified command string. |
Properties
| Name | Description |
|---|---|
| Command | Gets the command string. |