BasicAuthenticationHeaderValue Class |
Namespace: System.Net.Http
public class BasicAuthenticationHeaderValue : AuthenticationHeaderValue
The BasicAuthenticationHeaderValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | BasicAuthenticationHeaderValue |
Constructor
|
Name | Description | |
---|---|---|
![]() | Parameter | Gets the credentials containing the authentication information of the user agent for the resource being requested. (Inherited from AuthenticationHeaderValue.) |
![]() | Scheme | Gets the scheme to use for authorization. (Inherited from AuthenticationHeaderValue.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current AuthenticationHeaderValue object. (Inherited from AuthenticationHeaderValue.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for an AuthenticationHeaderValue object. (Inherited from AuthenticationHeaderValue.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current AuthenticationHeaderValue object. (Inherited from AuthenticationHeaderValue.) |
Name | Description | |
---|---|---|
![]() | CopyRecursive |
recursively copies object properties to destination.
(Defined by Utility.) |