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.
Represents a value which can either be a product or a comment.
Inheritance Hierarchy
System.Object
  System.Net.Http.Headers.ProductInfoHeaderValue
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Class ProductInfoHeaderValue
'Usage
Dim instance As ProductInfoHeaderValue
public class ProductInfoHeaderValue
public ref class ProductInfoHeaderValue
type ProductInfoHeaderValue =  class end
public class ProductInfoHeaderValue
The ProductInfoHeaderValue type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ProductInfoHeaderValue(String) | Initializes a new instance of the ProductInfoHeaderValue class. | 
| .gif) | ProductInfoHeaderValue(ProductHeaderValue) | Initializes a new instance of the ProductInfoHeaderValue class. | 
| .gif) | ProductInfoHeaderValue(String, String) | Initializes a new instance of the ProductInfoHeaderValue class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Comment | Gets {insert text here}. | 
| .gif) | Product | Gets {insert text here}. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Overrides Object.Equals(Object).) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Overrides Object.GetHashCode().) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) .gif) | Parse | |
| .gif) | ToString | (Overrides Object.ToString().) | 
| .gif) .gif) | TryParse | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.