ODataBatchHttpRequestMessageExtensions Class
Provides extension methods for the HttpRequestMessage class.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetODataBatchId(HttpRequestMessage^) | Retrieves the Batch ID associated with the request. |
![]() ![]() | GetODataChangeSetId(HttpRequestMessage^) | Retrieves the ChangeSet ID associated with the request. |
![]() ![]() | 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. |
![]() ![]() | SetODataContentIdMapping(HttpRequestMessage^, IDictionary<String^, String^>^) | Associates a given Content-ID to Location mapping with the request. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

