NameValueWithParametersHeaderValue Constructor (String, String)

Initializes a new instance of the NameValueWithParametersHeaderValue class.

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

public:
NameValueWithParametersHeaderValue(
	String^ name, 
	String^ value
)

Parameters

name
Type: System::String
value
Type: System::String
Show: