Called when the Socket is connected to the remote host.
[Visual Basic]Private Sub OnConnect( _
ByVal asyncResult As System.IAsyncResult _
)
[C#]
private void OnConnect(
IAsyncResult asyncResult
);
Parameters
- asyncResult
- The result of the asynchronous operation.
See Also
ProxySocket Class | ProxySocket Members | Org.Mentalis.Network.ProxySocket Namespace