Socks5Handler.OnAuthenticationComplete Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

Socks5Handler.OnAuthenticationComplete Method 

Called when the authentication is complete.

[Visual Basic]Private Sub OnAuthenticationComplete( _
   ByVal Success As Boolean _
)
[C#]
private void OnAuthenticationComplete(
   bool Success
);

Parameters

Success
Indicates whether the authentication was successful ot not.

See Also

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