与批处理请求相关联的 HTTP 响应中的标头。
命名空间: System.Data.Services.Client
程序集: Microsoft.Data.Services.Client(在 Microsoft.Data.Services.Client.dll 中)
语法
声明
Public ReadOnly Property BatchHeaders As IDictionary(Of String, String)
Get
用法
Dim instance As DataServiceResponse
Dim value As IDictionary(Of String, String)
value = instance.BatchHeaders
public IDictionary<string, string> BatchHeaders { get; }
public:
property IDictionary<String^, String^>^ BatchHeaders {
IDictionary<String^, String^>^ get ();
}
member BatchHeaders : IDictionary<string, string>
function get BatchHeaders () : IDictionary<String, String>
属性值
类型:System.Collections.Generic.IDictionary<String, String>
包含 HTTP 响应的名称值对的 IDictionary 对象。
注释
当因为没有一组表示整个保存操作的标头而未使用批处理时,所返回 DataServiceResponse 实例上的标头属性将为空集合。