|
44 | 44 | <format type="text/markdown">< by the IETF. |
| 47 | + The <xref:System.Net.Http.Headers.ProductInfoHeaderValue> 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. |
48 | 48 |
|
49 | 49 | 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.
|
50 | 50 |
|
|
93 | 93 | </Parameters>
|
94 | 94 | <Docs>
|
95 | 95 | <param name="product">A <see cref="T:System.Net.Http.Headers.ProductHeaderValue" /> object used to initialize the new instance.</param>
|
96 |
| - <summary>Initializes a new instance of the <see cref="T:System.Net.Http.Headers.ProductInfoHeaderValue" /> class.</summary> |
| 96 | + <summary>Initializes a new instance of the <see cref="T:System.Net.Http.Headers.ProductInfoHeaderValue" /> class, using a product token from a <see cref="T:System.Net.Http.Headers.ProductHeaderValue" /> object.</summary> |
97 | 97 | <remarks>To be added.</remarks>
|
98 | 98 | </Docs>
|
99 | 99 | </Member>
|
|
126 | 126 | </Parameters>
|
127 | 127 | <Docs>
|
128 | 128 | <param name="comment">A comment value.</param>
|
129 |
| - <summary>Initializes a new instance of the <see cref="T:System.Net.Http.Headers.ProductInfoHeaderValue" /> class.</summary> |
130 |
| - <remarks>To be added.</remarks> |
| 129 | + <summary>Initializes a new instance of the <see cref="T:System.Net.Http.Headers.ProductInfoHeaderValue" /> class with a comment.</summary> |
| 130 | + <remarks> |
| 131 | + <format type="text/markdown">< |
| 135 | + |
| 136 | +]]></format> |
| 137 | + </remarks> |
131 | 138 | </Docs>
|
132 | 139 | </Member>
|
133 | 140 | <Member MemberName=".ctor">
|
|
162 | 169 | <Docs>
|
163 | 170 | <param name="productName">The product name value.</param>
|
164 | 171 | <param name="productVersion">The product version value.</param>
|
165 |
| - <summary>Initializes a new instance of the <see cref="T:System.Net.Http.Headers.ProductInfoHeaderValue" /> class.</summary> |
166 |
| - <remarks>To be added.</remarks> |
| 172 | + <summary>Initializes a new instance of the <see cref="T:System.Net.Http.Headers.ProductInfoHeaderValue" /> class with product information.</summary> |
| 173 | + <remarks> |
| 174 | + <format type="text/markdown">< |
| 178 | + |
| 179 | +]]></format> |
| 180 | + </remarks> |
167 | 181 | </Docs>
|
168 | 182 | </Member>
|
169 | 183 | <Member MemberName="Comment">
|
|
0 commit comments