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.
Initializes a new instance of the AuthenticationHeaderValue class.
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Sub New ( _
    scheme As String, _
    parameter As String _
)
'Usage
Dim scheme As String 
Dim parameter As String 
Dim instance As New AuthenticationHeaderValue(scheme, _
    parameter)
public AuthenticationHeaderValue(
    string scheme,
    string parameter
)
public:
AuthenticationHeaderValue(
    String^ scheme, 
    String^ parameter
)
new : 
        scheme:string * 
        parameter:string -> AuthenticationHeaderValue
public function AuthenticationHeaderValue(
    scheme : String, 
    parameter : String
)
Parameters
- scheme
 Type: System.String
- parameter
 Type: System.String
See Also
Reference
AuthenticationHeaderValue Class