Compartir a través de


HttpHeaderValueElement Constructor

Definición

Inicializa una nueva instancia de la clase 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)))

Parámetros

name
String

Nombre de la preferencia.

value
String

Valor de la preferencia.

parameters
IEnumerable<KeyValuePair<String,String>>

Enumeración de pares clave de clave de parámetro de preferencia.

Se aplica a