The methods of the AuthUserPass class are listed below. For a complete list of AuthUserPass class members, see the AuthUserPass Members topic.
Public Instance Methods
| Authenticate |
Starts the authentication process.
|
| BeginAuthenticate |
Starts the asynchronous authentication process.
|
| 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 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 Methods
| GetAuthenticationBytes |
Creates an array of bytes that has to be sent if the user wants to authenticate with the username/password authentication scheme.
|
| OnReceive |
Called when the socket received an authentication reply.
|
| OnSent |
Called when the authentication bytes have been sent.
|
See Also
AuthUserPass Class | Org.Mentalis.Network.ProxySocket.Authentication Namespace