Windows apps
Collapse the table of content
Expand the table of content

AuthenticationHeaderValue Constructor (String, String)

Initializes a new instance of the AuthenticationHeaderValue class.

Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

public:
AuthenticationHeaderValue(
	String^ scheme, 
	String^ parameter
)

Parameters

scheme
Type: System::String
parameter
Type: System::String
Show:
© 2017 Microsoft