ProxySocket.OnHandShakeComplete Method

Mentalis.org ProxySocket

Mentalis.org ProxySocket Documentation

ProxySocket.OnHandShakeComplete Method 

Called when the Socket has finished talking to the proxy server and is ready to relay data.

[Visual Basic]Private Sub OnHandShakeComplete( _
   ByVal error As System.Exception _
)
[C#]
private void OnHandShakeComplete(
   Exception error
);

Parameters

error
The error to throw when the EndConnect method is called.

See Also

ProxySocket Class | ProxySocket Members | Org.Mentalis.Network.ProxySocket Namespace