AuthUserPass Members

Mentalis.org Proxy

Mentalis.org Proxy Documentation

AuthUserPass Members

Public Instance Constructors

AuthUserPass Constructor Initializes a new instance of the AuthUserPass class.

Public Instance Methods

Equals (inherited from Object)Select the method name to go to the Microsoft documentation.
GetHashCode (inherited from Object)Select the method name to go to the Microsoft documentation.
GetType (inherited from Object)Select the method name to go to the Microsoft documentation.
ToString (inherited from Object)Select the method name to go to the Microsoft documentation.

Protected Instance Fields

Protected Instance Properties

Buffer (inherited from AuthBase)Gets a buffer that can be used to receive data from the client connection.
Bytes (inherited from AuthBase)Gets or sets an array of bytes that can be used to store all received data.
Connection (inherited from AuthBase)Gets or sets the Socket connection between the proxy server and the SOCKS client.

Protected Instance Methods

AddBytes (inherited from AuthBase)Adds bytes to the array returned by the Bytes property.
Finalize (inherited from Object)Select the method name to go to the Microsoft documentation.
MemberwiseClone (inherited from Object)Select the method name to go to the Microsoft documentation.

Internal Instance Methods

StartAuthenticationStarts the authentication process.

Private Instance Fields

m_AuthListHolds the value of the AuthList property.

Private Instance Properties

AuthListGets or sets the AuthenticationList to use when a computer tries to authenticate on the proxy server.

Private Instance Methods

IsValidQueryChecks whether the specified authentication query is a valid one.
OnOkSentCalled when an OK reply has been sent to the client.
OnRecvRequestCalled when we have received the initial authentication data from the SOCKS client.
OnUhohSentCalled when a negatiev reply has been sent to the client.
ProcessQueryProcesses an authentication query.

See Also

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