RequestHeaders.SetList<T>(String, IList<T>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit l’en-tête spécifié et ses valeurs.
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))
Paramètres de type
- T
Type de la valeur.
Paramètres
- name
- String
Nom de l'en-tête.
- values
- IList<T>
Séquence de valeurs d’en-tête.