FtpClient.OnCommandSent Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

FtpClient.OnCommandSent Method 

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