Поделиться через


HttpHeaderValueElement Конструктор

Определение

Инициализирует новый экземпляр класса HttpHeaderValueElement.

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)))

Параметры

name
String

Имя предпочтения.

value
String

Значение предпочтения.

parameters
IEnumerable<KeyValuePair<String,String>>

Перечисление пар ключ-значение предпочтительного параметра.

Применяется к