Called when the socket received an authentication reply.
[Visual Basic]Private Sub OnReceive( _
ByVal ar As System.IAsyncResult _
)
[C#]
private void OnReceive(
IAsyncResult ar
);
Parameters
- ar
- Stores state information for this asynchronous operation as well as any user-defined data.
See Also
AuthUserPass Class | AuthUserPass Members | Org.Mentalis.Network.ProxySocket.Authentication Namespace