RequestHeaders.GetList<T>(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
를 사용하여 헤더 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)
형식 매개 변수
- T
헤더의 형식입니다. 지정된 형식에는 정적 TryParseList 메서드가 있어야 합니다.
매개 변수
- name
- String
검색할 헤더의 이름입니다.
반환
IList<T>
헤더의 값 목록입니다.
설명
T
는 서명 public static bool TryParseList(IList<string>, out IList<T>)
이 인 TryParseList 메서드를 포함해야 합니다.