DotMSN

SocketMessageProcessor.EndConnectCallback Method 

The callback used by the Socket.BeginConnect() method. The ProxySocket class behaves different from the standard Socket class. The callback is called after a connection has already been established.

[Visual Basic]
Overridable Protected Sub EndConnectCallback( _
   ByVal ar As IAsyncResult _
)
[C#]
protected virtual void EndConnectCallback(
   IAsyncResult ar
);

Parameters

ar
The used socket.

See Also

SocketMessageProcessor Class | XihSolutions.DotMSN.Core Namespace