ProductInfoHeaderValue Constructor (String)
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