Sftp.OnCommandSent Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
OnCommandSent(SftpCommandSentEventArgs)
Raises the CommandSent event.
Declaration
protected virtual void OnCommandSent(SftpCommandSentEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
SftpCommandSentEventArgs | e | A SftpCommandSentEventArgs that contains the event data. |