OperationResponse.Headers 속성

정의

파생 클래스에서 재정의된 경우 단일 작업과 연관된 HTTP 응답 헤더를 포함합니다.

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

속성 값

헤더 및 값의 이름/값 쌍을 포함하는 IDictionary 개체입니다.

적용 대상