HttpHeaders.GetValues(String) Método

Definição

Retorna todos os valores de cabeçalho para um cabeçalho especificado armazenado na coleção 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)

Parâmetros

name
String

O cabeçalho especificado para o qual retornar valores.

Retornos

IEnumerable<String>

Uma matriz de cadeias de caracteres de cabeçalho.

Exceções

O cabeçalho não foi encontrado.

Aplica-se a