Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents authentication information in Authorization, ProxyAuthorization, WWW-Authneticate, and Proxy-Authenticate header values.
System.Object
System.Net.Http.Headers.AuthenticationHeaderValue
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
'Declaration
Public Class AuthenticationHeaderValue
'Usage
Dim instance As AuthenticationHeaderValue
public class AuthenticationHeaderValue
public ref class AuthenticationHeaderValue
type AuthenticationHeaderValue = class end
public class AuthenticationHeaderValue
The AuthenticationHeaderValue type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AuthenticationHeaderValue(String) | Initializes a new instance of the AuthenticationHeaderValue class. |
![]() |
AuthenticationHeaderValue(String, String) | Initializes a new instance of the AuthenticationHeaderValue class. |
Top
Top
Name | Description | |
---|---|---|
![]() |
Equals | (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() ![]() |
Parse | |
![]() |
ToString | (Overrides Object.ToString().) |
![]() ![]() |
TryParse |
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.