Bearbeiten

DataServiceResponse.BatchHeaders Property

Definition

The headers from an HTTP response associated with a batch request.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ BatchHeaders { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
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.

Remarks

The headers property on the DataServiceResponse instance returned will be an empty collection when batching is not used because there is no set of headers that represents the entire save operation.

Applies to