Delen via


HttpHeaderValueElement Class

Definition

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.

Applies to