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 _
)
'Usage
Dim scheme As String 
Dim instance As New AuthenticationHeaderValue(scheme)
public AuthenticationHeaderValue(
    string scheme
)
public:
AuthenticationHeaderValue(
    String^ scheme
)
new : 
        scheme:string -> AuthenticationHeaderValue
public function AuthenticationHeaderValue(
    scheme : String
)
Parameters
- scheme
 Type: System.String
See Also
Reference
AuthenticationHeaderValue Class