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 命名空间