ProductInfoHeaderValue()

ProductInfoHeaderValue::ProductInfoHeaderValue(String, String) constructor

Constructs a new instance.

System::Net::Http::Headers::ProductInfoHeaderValue::ProductInfoHeaderValue(String productName, String productVersion)

Arguments

ParameterTypeDescription
productNameStringThe product token name.
productVersionStringThe product token version.

ProductInfoHeaderValue::ProductInfoHeaderValue(System::SharedPtr<ProductHeaderValue>) constructor

Constructs a new instance.

System::Net::Http::Headers::ProductInfoHeaderValue::ProductInfoHeaderValue(System::SharedPtr<ProductHeaderValue> product)

Arguments

ParameterTypeDescription
productSystem::SharedPtr<ProductHeaderValue>The ProductHeaderValue-class instance that is used to initialize the new instance.

ProductInfoHeaderValue::ProductInfoHeaderValue(String) constructor

Constructs a new instance.

System::Net::Http::Headers::ProductInfoHeaderValue::ProductInfoHeaderValue(String comment)

Arguments

ParameterTypeDescription
commentStringThe comment.

See Also