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