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