References the callback method to be called when the protocol negotiation is completed.
[Visual Basic] Delegate Sub HandShakeComplete( _
ByVal error As System.Exception _
)
[C#]
delegate void HandShakeComplete(
Exception error
);
Requirements
Namespace: Org.Mentalis.Network.ProxySocket Namespace
Assembly: Org.Mentalis.Network.ProxySocket.dll