Calls the parent class to inform it authentication is complete.
[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
AuthNone Class | AuthNone Members | Org.Mentalis.Proxy.Socks.Authentication Namespace