AuthMethod Members

Mentalis.org ProxySocket

Mentalis.org ProxySocket Documentation

AuthMethod Members

Public Instance Constructors

AuthMethod Constructor Initializes an AuthMethod instance.

Public Instance Methods

Authenticate Authenticates the user.
BeginAuthenticate Authenticates the user asynchronously.
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

CallBackHolds the address of the method to call when the proxy has authenticated the client.

Protected Instance Properties

Buffer Gets or sets a byt array that can be used to store data.
Received Gets or sets the number of bytes that have been received from the remote proxy server.
Server Gets or sets the socket connection with the proxy server.

Protected Instance Methods

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.

Private Instance Fields

m_BufferHolds the value of the Buffer property.
m_ReceivedHolds the value of the Received property.
m_ServerHolds the value of the Server property.

See Also

AuthMethod Class | Org.Mentalis.Network.ProxySocket.Authentication Namespace