다음을 통해 공유


ResponseHeaders.AppendList<T>(String, IList<T>) 메서드

정의

헤더 이름과 값을 추가합니다.

public:
generic <typename T>
 void AppendList(System::String ^ name, System::Collections::Generic::IList<T> ^ values);
public void AppendList<T> (string name, System.Collections.Generic.IList<T> values);
member this.AppendList : string * System.Collections.Generic.IList<'T> -> unit
Public Sub AppendList(Of T) (name As String, values As IList(Of T))

형식 매개 변수

T

매개 변수

name
String

헤더 이름입니다.

values
IList<T>

헤더 값입니다.

적용 대상