Compartir a través de


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

Definición

Anexa el nombre del encabezado y sus valores.

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

Parámetros de tipo

T

Parámetros

name
String

Nombre del encabezado.

values
IList<T>

Valores del encabezado.

Se aplica a