DefaultODataBatchHandler Class
Default implementation of ODataBatchHandler for handling OData batch request.
Assembly: System.Web.OData (in System.Web.OData.dll)
System::Object
System.Net.Http::HttpMessageHandler
System.Web.Http.Batch::HttpBatchHandler
System.Web.OData.Batch::ODataBatchHandler
System.Web.OData.Batch::DefaultODataBatchHandler
System.Net.Http::HttpMessageHandler
System.Web.Http.Batch::HttpBatchHandler
System.Web.OData.Batch::ODataBatchHandler
System.Web.OData.Batch::DefaultODataBatchHandler
| Name | Description | |
|---|---|---|
![]() | DefaultODataBatchHandler(HttpServer^) | Initializes a new instance of the DefaultODataBatchHandler class. |
| Name | Description | |
|---|---|---|
![]() | Invoker | Gets the invoker to send the batch requests to the HttpServer.(Inherited from HttpBatchHandler.) |
![]() | MessageQuotas | Gets the ODataMessageQuotas used for reading/writing the batch request/response. (Inherited from ODataBatchHandler.) |
![]() | ODataRouteName | Gets or sets the name of the OData route associated with this batch handler. (Inherited from ODataBatchHandler.) |
By default, it buffers the request content stream.
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:


