Delen via


HttpHeaderValueElement Constructor

Definition

Initializes a new instance of the HttpHeaderValueElement class.

public HttpHeaderValueElement (string name, string value, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> parameters);
new Microsoft.OData.HttpHeaderValueElement : string * string * seq<System.Collections.Generic.KeyValuePair<string, string>> -> Microsoft.OData.HttpHeaderValueElement
Public Sub New (name As String, value As String, parameters As IEnumerable(Of KeyValuePair(Of String, String)))

Parameters

name
String

The name of the preference.

value
String

The value of the preference.

parameters
IEnumerable<KeyValuePair<String,String>>

The enumeration of preference parameter key value pairs.

Applies to