Socks5Handler.OnAuthSent Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

Socks5Handler.OnAuthSent Method 

Called when client has been notified of the selected authentication method.

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

Parameters

ar
The result of the asynchronous operation.

See Also

Socks5Handler Class | Socks5Handler Members | Org.Mentalis.Proxy.Socks Namespace