Compartir a través de


RequestHeaders.SetList<T>(String, IList<T>) Método

Definición

Establece el encabezado especificado y sus valores.

public:
generic <typename T>
 void SetList(System::String ^ name, System::Collections::Generic::IList<T> ^ values);
public void SetList<T> (string name, System.Collections.Generic.IList<T> values);
public void SetList<T> (string name, System.Collections.Generic.IList<T>? values);
member this.SetList : string * System.Collections.Generic.IList<'T> -> unit
Public Sub SetList(Of T) (name As String, values As IList(Of T))

Parámetros de tipo

T

Tipo del valor.

Parámetros

name
String

Nombre del encabezado.

values
IList<T>

Secuencia de valores de encabezado.

Se aplica a