FtpClient.OnReplySent Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

FtpClient.OnReplySent Method 

Called when the reply from the FTP server has been sent to the local FTP client.

[Visual Basic]Private Sub OnReplySent( _
   ByVal ar As System.IAsyncResult _
)
[C#]
private void OnReplySent(
   IAsyncResult ar
);

Parameters

ar
The result of the asynchronous operation.

See Also

FtpClient Class | FtpClient Members | Org.Mentalis.Proxy.Ftp Namespace