ODataBatchHttpRequestMessageExtensions Class

 

Provides extension methods for the HttpRequestMessage class.

Namespace:   System.Web.Http.OData.Batch
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

System::Object
  System.Web.Http.OData.Batch::ODataBatchHttpRequestMessageExtensions

[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ExtensionAttribute]
public ref class ODataBatchHttpRequestMessageExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetODataBatchId(HttpRequestMessage^)

Retrieves the Batch ID associated with the request.

System_CAPS_pubmethodSystem_CAPS_staticGetODataChangeSetId(HttpRequestMessage^)

Retrieves the ChangeSet ID associated with the request.

System_CAPS_pubmethodSystem_CAPS_staticGetODataContentIdMapping(HttpRequestMessage^)

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

System_CAPS_pubmethodSystem_CAPS_staticSetODataBatchId(HttpRequestMessage^, Guid)

Associates a given Batch ID with the request.

System_CAPS_pubmethodSystem_CAPS_staticSetODataChangeSetId(HttpRequestMessage^, Guid)

Associates a given ChangeSet ID with the request.

System_CAPS_pubmethodSystem_CAPS_staticSetODataContentIdMapping(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.

Return to top
Show: