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 ( _
    comment As String _
)
'Usage
Dim comment As String 
Dim instance As New ProductInfoHeaderValue(comment)
public ProductInfoHeaderValue(
    string comment
)
public:
ProductInfoHeaderValue(
    String^ comment
)
new : 
        comment:string -> ProductInfoHeaderValue
public function ProductInfoHeaderValue(
    comment : String
)
Parameters
- comment
 Type: System.String