Partilhar via


RequestHeaders.GetList<T>(String) Método

Definição

Obtém os valores do cabeçalho com name.

public:
generic <typename T>
 System::Collections::Generic::IList<T> ^ GetList(System::String ^ name);
public System.Collections.Generic.IList<T> GetList<T> (string name);
member this.GetList : string -> System.Collections.Generic.IList<'T>
Public Function GetList(Of T) (name As String) As IList(Of T)

Parâmetros de tipo

T

O tipo do cabeçalho. O tipo fornecido deve ter um método TryParseList estático.

Parâmetros

name
String

O nome do cabeçalho a ser recuperado.

Retornos

IList<T>

Lista de valores do cabeçalho.

Comentários

T deve conter um método TryParseList com a assinatura public static bool TryParseList(IList<string>, out IList<T>).

Aplica-se a