Socks5Handler.OnAuthReceive Method

Mentalis.org ProxySocket

Mentalis.org ProxySocket Documentation

Socks5Handler.OnAuthReceive Method 

Called when an authentication reply has been received.

[Visual Basic]Private Sub OnAuthReceive( _
   ByVal ar As System.IAsyncResult _
)
[C#]
private void OnAuthReceive(
   IAsyncResult ar
);

Parameters

ar
Stores state information for this asynchronous operation as well as any user-defined data.

See Also

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