BasicAuthCredential Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
BasicAuthCredential() | Initializes a new BasicAuthCredential instance with no token specified. | |
BasicAuthCredential(ICredentials) | Initializes a new BasicAuthCredential instance with the specified token. | |
BasicAuthCredential(BasicAuthToken) | Initializes a new BasicAuthCredential instance with the specified token. |
Top