HttpRequestData.Headers 속성

정의

http 요청 헤더의 컬렉션을 가져오거나 설정합니다.

public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IEnumerable<string>> Headers { get; set; }
member this.Headers : System.Collections.Generic.IDictionary<string, seq<string>> with get, set
Public Property Headers As IDictionary(Of String, IEnumerable(Of String))

속성 값

적용 대상