HttpHeaders.TryGetValues(String, IEnumerable<String>) Metoda

Definice

Vrátí hodnotu, pokud jsou v kolekci uloženy zadané hlavičky HttpHeaders a zadané hodnoty.

public:
 bool TryGetValues(System::String ^ name, [Runtime::InteropServices::Out] System::Collections::Generic::IEnumerable<System::String ^> ^ % values);
public bool TryGetValues (string name, out System.Collections.Generic.IEnumerable<string> values);
public bool TryGetValues (string name, out System.Collections.Generic.IEnumerable<string>? values);
member this.TryGetValues : string * seq -> bool
Public Function TryGetValues (name As String, ByRef values As IEnumerable(Of String)) As Boolean

Parametry

name
String

Zadaná hlavička.

values
IEnumerable<String>

Zadané hodnoty hlavičky.

Návraty

true pokud jsou zadaná hlavička name a values uloženy v kolekci; jinak false.

Platí pro