Partilhar via


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

Definição

Define o cabeçalho especificado e seus 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 do valor.

Parâmetros

name
String

O nome do cabeçalho.

values
IList<T>

A sequência de valores de cabeçalho.

Aplica-se a