Called when an FTP command has been successfully sent to the FTP server.
[Visual Basic]Private Sub OnCommandSent( _
ByVal ar As System.IAsyncResult _
)
[C#]
private void OnCommandSent(
IAsyncResult ar
);
Parameters
- ar
- The result of the asynchronous operation.
See Also
FtpClient Class | FtpClient Members | Org.Mentalis.Proxy.Ftp Namespace