ODataBatchHandler Class

 

Defines the abstraction for handling OData batch requests.

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


public ref class ODataBatchHandler abstract : HttpBatchHandler

NameDescription
System_CAPS_protmethodODataBatchHandler(HttpServer^)

Initializes a new instance of the ODataBatchHandler class.

NameDescription
System_CAPS_pubpropertyInvoker

Gets the invoker to send the batch requests to the HttpServer.(Inherited from HttpBatchHandler.)

System_CAPS_pubpropertyMessageQuotas

Gets the ODataMessageQuotas used for reading/writing the batch request/response.

System_CAPS_pubpropertyODataRouteName

Gets or sets the name of the OData route associated with this batch handler.

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from HttpMessageHandler.)

System_CAPS_protmethodDispose(Boolean)

(Inherited from HttpMessageHandler.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodProcessBatchAsync(HttpRequestMessage^, CancellationToken)

Processes the incoming batch request as a single HttpRequestMessage.(Inherited from HttpBatchHandler.)

System_CAPS_protmethodSendAsync(HttpRequestMessage^, CancellationToken)

Sends the batch handler asynchronously.(Inherited from HttpBatchHandler.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: