Called when we're connected to the remote FTP server.
[Visual Basic]Private Sub OnRemoteConnected( _
ByVal ar As System.IAsyncResult _
)
[C#]
private void OnRemoteConnected(
IAsyncResult ar
);
Parameters
- ar
- The result of the asynchronous operation.
See Also
FtpClient Class | FtpClient Members | Org.Mentalis.Proxy.Ftp Namespace