AuthBase.StartAuthentication Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

AuthBase.StartAuthentication Method 

Starts the authentication process.

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

Parameters

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

Remarks

This abstract method must be implemented in the subclasses, according to the selected subprotocol.

See Also

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