次の方法で共有


OperationResponse.Headers プロパティ

派生クラスでオーバーライドされた場合、単一の操作に関連付けられている HTTP 応答ヘッダーが含まれます。

名前空間:  System.Data.Services.Client
アセンブリ:  Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)

構文

'宣言
Public ReadOnly Property Headers As IDictionary(Of String, String)
    Get
'使用
Dim instance As OperationResponse
Dim value As IDictionary(Of String, String)

value = instance.Headers
public IDictionary<string, string> Headers { get; }
public:
property IDictionary<String^, String^>^ Headers {
    IDictionary<String^, String^>^ get ();
}
member Headers : IDictionary<string, string>
function get Headers () : IDictionary<String, String>

プロパティ値

型: System.Collections.Generic.IDictionary<String, String>
ヘッダーと値の名前と値のペアを含む IDictionary オブジェクト。

関連項目

参照

OperationResponse クラス

System.Data.Services.Client 名前空間