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

Definição

Retorna se um cabeçalho especificado e valores especificados são armazenados na coleção 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

Parâmetros

name
String

O cabeçalho especificado.

values
IEnumerable<String>

Os valores de cabeçalho especificados.

Retornos

true se o cabeçalho name especificado e values forem armazenados na coleção; caso contrário false, .

Aplica-se a