HttpProductInfoHeaderValue.Product Property
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.
Gets the product from the HttpProductInfoHeaderValue used in the User-Agent HTTP header.
public:
property HttpProductHeaderValue ^ Product { HttpProductHeaderValue ^ get(); };
HttpProductHeaderValue Product();
public HttpProductHeaderValue Product { get; }
var httpProductHeaderValue = httpProductInfoHeaderValue.product;
Public ReadOnly Property Product As HttpProductHeaderValue
Property Value
The product name and version used in the User-Agent HTTP header.