DataServiceResponse.BatchHeaders Property

Definition

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.

Applies to