Socks5Handler.OnAuthenticated Method

Mentalis.org ProxySocket

Mentalis.org ProxySocket Documentation

Socks5Handler.OnAuthenticated Method 

Called when the socket has been successfully authenticated with the server.

[Visual Basic]Private Sub OnAuthenticated( _
   ByVal e As System.Exception _
)
[C#]
private void OnAuthenticated(
   Exception e
);

Parameters

e
The exception that has occured while authenticating, or null if no error occured.

See Also

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