ProductHeaderValue Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a product token value in a User-Agent header.
public ref class ProductHeaderValue
	public ref class ProductHeaderValue : ICloneable
	public class ProductHeaderValue
	public class ProductHeaderValue : ICloneable
	type ProductHeaderValue = class
	type ProductHeaderValue = class
    interface ICloneable
	Public Class ProductHeaderValue
	Public Class ProductHeaderValue
Implements ICloneable
		- Inheritance
 - 
				ProductHeaderValue
 
- Implements
 
Remarks
The ProductInfoHeaderValue class provides support for the product token header value used in a User-Agent header as defined in RFC 2616 by the IETF.
Constructors
| ProductHeaderValue(String, String) | 
		 Initializes a new instance of the ProductHeaderValue class.  | 
        	
| ProductHeaderValue(String) | 
		 Initializes a new instance of the ProductHeaderValue class.  | 
        	
Properties
| Name | 
		 Gets the name of the product token.  | 
        	
| Version | 
		 Gets the version of the product token.  | 
        	
Methods
| Equals(Object) | 
		 Determines whether the specified Object is equal to the current ProductHeaderValue object.  | 
        	
| GetHashCode() | 
		 Serves as a hash function for an ProductHeaderValue object.  | 
        	
| GetType() | 
		 Gets the Type of the current instance. (Inherited from Object) | 
        	
| MemberwiseClone() | 
		 Creates a shallow copy of the current Object. (Inherited from Object) | 
        	
| Parse(String) | 
		 Converts a string to an ProductHeaderValue instance.  | 
        	
| ToString() | 
		 Returns a string that represents the current ProductHeaderValue object.  | 
        	
| TryParse(String, ProductHeaderValue) | 
		 Determines whether a string is valid ProductHeaderValue information.  | 
        	
Explicit Interface Implementations
| ICloneable.Clone() | 
		 Creates a new object that is a copy of the current ProductHeaderValue instance.  |