ProductHeaderValue()

ProductHeaderValue::ProductHeaderValue(String) constructor

Constructs a new instance.

System::Net::Http::Headers::ProductHeaderValue::ProductHeaderValue(String name)

Arguments

ParameterTypeDescription
nameStringThe product token name.

ProductHeaderValue::ProductHeaderValue(String, String) constructor

Constructs a new instance.

System::Net::Http::Headers::ProductHeaderValue::ProductHeaderValue(String name, String version)

Arguments

ParameterTypeDescription
nameStringThe product token name.
versionStringThe product token version.

See Also