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 vrácení hodnot.

Návraty

Pole řetězců záhlaví.

Výjimky

Hlavičku nelze najít.

Platí pro