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 ProductInfoHeaderValue class.
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Sub New ( _
    product As ProductHeaderValue _
)
'Usage
Dim product As ProductHeaderValue 
Dim instance As New ProductInfoHeaderValue(product)
public ProductInfoHeaderValue(
    ProductHeaderValue product
)
public:
ProductInfoHeaderValue(
    ProductHeaderValue^ product
)
new : 
        product:ProductHeaderValue -> ProductInfoHeaderValue
public function ProductInfoHeaderValue(
    product : ProductHeaderValue
)
Parameters
- product
 Type: System.Net.Http.Headers.ProductHeaderValue