다음을 통해 공유


HttpRequest.Result.Headers 속성

정의

http 작업에 대한 응답에서 헤더를 가져옵니다.

public System.Collections.Generic.Dictionary<string,string> Headers { get; }
member this.Headers : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property Headers As Dictionary(Of String, String)

속성 값

응답 헤더.

적용 대상