HttpHeaders.GetValues(String) Metoda

Definice

Vrátí všechny hodnoty záhlaví pro zadanou hlavičku uloženou v kolekci HttpHeaders .

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)

Parametry

name
String

Zadaná hlavička, pro která se mají vrátit hodnoty.

Návraty

Pole řetězců hlaviček.

Výjimky

Hlavička nebyla nalezena.

Platí pro