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