DataServiceResponse.BatchHeaders Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
The headers from an HTTP response associated with a batch request.
Namespace: System.Data.Services.Client
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property BatchHeaders As IDictionary(Of String, String)
public IDictionary<string, string> BatchHeaders { get; }
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
An IDictionary object that contains the name-value pairs of an HTTP response.
Remarks
When batching is not used, the headers property on the returned DataServiceResponse instance will be an empty collection because there is no set of headers that represents the save operation.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.