AuthUserPass.StartAuthentication Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

AuthUserPass.StartAuthentication Method 

Starts the authentication process.

[Visual Basic]Overrides Friend Sub StartAuthentication( _
   ByVal Connection As System.Net.Sockets.Socket, _
   ByVal Callback As Org.Mentalis.Proxy.Socks.Authentication.AuthenticationCompleteDelegate _
)
[C#]
internal override void StartAuthentication(
   Socket Connection,
   AuthenticationCompleteDelegate Callback
);

Parameters

Connection
The connection with the SOCKS client.
Callback
The method to call when the authentication is complete.

See Also

AuthUserPass Class | AuthUserPass Members | Org.Mentalis.Proxy.Socks.Authentication Namespace