HttpHeaders.GetValues(String) 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.
Retourne toutes les valeurs d’en-tête d’un en-tête spécifié stocké dans la HttpHeaders collection.
public:
System::Collections::Generic::IEnumerable<System::String ^> ^ GetValues(System::String ^ name);
public System.Collections.Generic.IEnumerable<string> GetValues(string name);
member this.GetValues : string -> seq<string>
Public Function GetValues (name As String) As IEnumerable(Of String)
Paramètres
- name
- String
En-tête spécifié pour lequel retourner des valeurs.
Retours
Tableau de chaînes d’en-tête.
Exceptions
L’en-tête est introuvable.