Share via


ODataBatchHttpRequestExtensions Class

Definition

Provides extension methods for the HttpRequest class.

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

Methods

GetODataBatchId(HttpRequest)

Retrieves the Batch ID associated with the request.

GetODataChangeSetId(HttpRequest)

Retrieves the ChangeSet ID associated with the request.

GetODataContentId(HttpRequest)

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

GetODataContentIdMapping(HttpRequest)

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

IsODataBatchRequest(HttpRequest)

Determine if the request is a batch request.

SetODataBatchId(HttpRequest, Guid)

Associates a given Batch ID with the request.

SetODataChangeSetId(HttpRequest, Guid)

Associates a given ChangeSet ID with the request.

SetODataContentId(HttpRequest, String)

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

SetODataContentIdMapping(HttpRequest, IDictionary<String,String>)

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

Applies to