Public Instance Constructors
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
CallBack | Holds 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_Buffer | Holds the value of the Buffer property. |
m_Received | Holds the value of the Received property. |
m_Server | Holds the value of the Server property. |
See Also
AuthMethod Class | Org.Mentalis.Network.ProxySocket.Authentication Namespace