FtpClient.OnReplyReceived Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

FtpClient.OnReplyReceived Method 

Called when we receive a reply from the FTP server.

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

Parameters

ar
The result of the asynchronous operation.

See Also

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