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 product header value.
Inheritance Hierarchy
System.Object
  System.Net.Http.Headers.ProductHeaderValue
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Class ProductHeaderValue
'Usage
Dim instance As ProductHeaderValue
public class ProductHeaderValue
public ref class ProductHeaderValue
type ProductHeaderValue =  class end
public class ProductHeaderValue
The ProductHeaderValue type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ProductHeaderValue(String) | Initializes a new instance of the ProductHeaderValue class. | 
| .gif) | ProductHeaderValue(String, String) | Initializes a new instance of the ProductHeaderValue class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Name | Gets {insert text here}. | 
| .gif) | Version | 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.