Share via


ODataBatchHttpRequestMessageExtensions Class

Definition

Provides extension methods for the HttpRequestMessage class.

public static class ODataBatchHttpRequestMessageExtensions
type ODataBatchHttpRequestMessageExtensions = class
Public Module ODataBatchHttpRequestMessageExtensions
Inheritance
ODataBatchHttpRequestMessageExtensions

Methods

GetODataBatchId(HttpRequestMessage)

Retrieves the Batch ID associated with the request.

GetODataChangeSetId(HttpRequestMessage)

Retrieves the ChangeSet ID associated with the request.

GetODataContentId(HttpRequestMessage)

Retrieves the Content-ID associated with the sub-request of a batch.

GetODataContentIdMapping(HttpRequestMessage)

Retrieves the Content-ID to Location mapping associated with the request.

SetODataBatchId(HttpRequestMessage, Guid)

Associates a given Batch ID with the request.

SetODataChangeSetId(HttpRequestMessage, Guid)

Associates a given ChangeSet ID with the request.

SetODataContentId(HttpRequestMessage, String)

Associates a given Content-ID with the sub-request of a batch.

SetODataContentIdMapping(HttpRequestMessage, IDictionary<String,String>)

Associates a given Content-ID to Location mapping with the request.

Applies to