다음을 통해 공유


DataServiceRequestArgs.Headers 속성

정의

요청 메시지의 헤더를 가져옵니다.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ Headers { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); };
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)

속성 값

요청 메시지의 헤더입니다.

설명

응답은 Dictionary<TKey,TValue> 요청의 각 헤더에 대한 문자열의 키-값 쌍을 포함하는 개체입니다.

속성의 헤더 Headers 에 대해 유효성 검사가 수행되지 않습니다. 따라서 요청의 의미를 변경하는 방식으로 HTTP 헤더를 변경하지 않도록 합니다.

적용 대상