AuthBase Members

Mentalis.org Proxy

Mentalis.org Proxy Documentation

AuthBase Members

Public Instance Constructors

AuthBase Constructor Initializes a new instance of the AuthBase 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

CallbackThe method to call when the authentication is complete.

Protected Instance Properties

BufferGets a buffer that can be used to receive data from the client connection.
BytesGets or sets an array of bytes that can be used to store all received data.
ConnectionGets or sets the Socket connection between the proxy server and the SOCKS client.

Protected Instance Methods

AddBytesAdds 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_BufferHolds the value of the Buffer property.
m_BytesHolds the value of the Bytes property.
m_ConnectionHolds the value of the Connection property.

See Also

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