DataServiceResponse.BatchHeaders Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The headers from an HTTP response associated with a batch request.
public System.Collections.Generic.IDictionary<string,string> BatchHeaders { get; }
member this.BatchHeaders : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property BatchHeaders As IDictionary(Of String, String)
Property Value
An IDictionary object containing the name-value pairs of an HTTP response.