FtpClient.OnHelloSent Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

FtpClient.OnHelloSent Method 

Called when the welcome message has been sent to the client.

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

Parameters

ar
The result of the asynchronous operation.

See Also

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