RequestHeaders.SetList<T>(String, IList<T>) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 헤더를 설정하고 값입니다.
public:
generic <typename T>
void SetList(System::String ^ name, System::Collections::Generic::IList<T> ^ values);
public void SetList<T> (string name, System.Collections.Generic.IList<T> values);
public void SetList<T> (string name, System.Collections.Generic.IList<T>? values);
member this.SetList : string * System.Collections.Generic.IList<'T> -> unit
Public Sub SetList(Of T) (name As String, values As IList(Of T))
형식 매개 변수
- T
값의 유형입니다.
매개 변수
- name
- String
헤더 이름입니다.
- values
- IList<T>
헤더 값의 시퀀스입니다.