Org.Mentalis.Proxy.Socks.Authentication
From Mentalis.org Proxy
Classes
| Class | Description |
|---|---|
| AuthBase | Authenticates a user on a SOCKS5 server according to the implemented subprotocol. |
| AuthenticationList | Stores a dictionary with username/password combinations. |
| AuthNone | Authenticates a user on a SOCKS5 server according to the 'No Authentication' subprotocol. |
| AuthUserPass | Authenticates a user on a SOCKS5 server according to the username/password authentication subprotocol. |
Delegates
| Delegate | Description |
|---|---|
| AuthenticationCompleteDelegate | Defines the signature of the method to be called when the authentication is complete. |