Authenticates the user.
[Visual Basic]MustOverride Public Sub Authenticate()
[C#]
public abstract void Authenticate();
Exceptions
| Exception Type | Condition |
|---|---|
| Org.Mentalis.Network.ProxySocket.ProxyException | Authentication with the proxy server failed. |
| System.Net.ProtocolViolationException | The proxy server uses an invalid protocol. |
| System.Net.Sockets.SocketException | An operating system error occurs while accessing the Socket. |
| System.ObjectDisposedException | The Socket has been closed. |
See Also
AuthMethod Class | AuthMethod Members | Org.Mentalis.Network.ProxySocket.Authentication Namespace