From ba429fba90ef5b2cb79e684e9f41b800fb789471 Mon Sep 17 00:00:00 2001 From: Christian Wenz Date: Sun, 24 Oct 2021 09:57:23 +0200 Subject: [PATCH] Update ProductInfoHeaderValue.xml Fixes #3274 --- .../ProductInfoHeaderValue.xml | 26 ++++++++++++++----- 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/xml/System.Net.Http.Headers/ProductInfoHeaderValue.xml b/xml/System.Net.Http.Headers/ProductInfoHeaderValue.xml index abb61b2cfa6..a5ef1a00e78 100644 --- a/xml/System.Net.Http.Headers/ProductInfoHeaderValue.xml +++ b/xml/System.Net.Http.Headers/ProductInfoHeaderValue.xml @@ -44,7 +44,7 @@ class provides support for the product and comment tokens values used in a User-Agent header as defined in [RFC 2616](https://go.microsoft.com/fwlink/?LinkID=241642) by the IETF. + The class provides support for the product and comment tokens values used in a User-Agent header as defined in [RFC 2616](https://go.microsoft.com/fwlink/?LinkID=241642) by the IETF. The User-Agent field contains information about the user agent originating the request. The field can contain multiple product tokens and comments identifying the user agent and any sub-products. @@ -93,7 +93,7 @@ A object used to initialize the new instance. - Initializes a new instance of the class. + Initializes a new instance of the class, using a product token from a object. To be added. @@ -126,8 +126,15 @@ A comment value. - Initializes a new instance of the class. - To be added. + Initializes a new instance of the class with a comment. + + + @@ -162,8 +169,15 @@ The product name value. The product version value. - Initializes a new instance of the class. - To be added. + Initializes a new instance of the class with product information. + + +