HttpHeaders.TryGetValues(String, IEnumerable<String>) Méthode

Définition

Retourne si un en-tête et des valeurs spécifiées sont stockés dans la collection HttpHeaders.

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

Paramètres

name
String

L’en-tête spécifié.

values
IEnumerable<String>

Les valeurs d’en-tête spécifiées.

Retours

true si l’en-tête name spécifié et values sont stockés dans la collection ; sinon false.

S’applique à