HttpHeaderValueElement 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.
Class to represent a HTTP header value element.
public sealed class HttpHeaderValueElement
type HttpHeaderValueElement = class
Public NotInheritable Class HttpHeaderValueElement
- Inheritance
-
HttpHeaderValueElement
Constructors
HttpHeaderValueElement(String, String, IEnumerable<KeyValuePair<String,String>>) |
Initializes a new instance of the HttpHeaderValueElement class. |
Properties
Name |
The name of the preference. |
Parameters |
The enumeration of preference parameter key value pairs. |
Value |
The value of the preference. |
Methods
ToString() |
Converts the current HttpHeaderValueElement to string. |