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