DefaultODataBatchHandler Class
Default implementation of ODataBatchHandler for handling OData batch request.
Namespace: System.Web.OData.Batch
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
System.Net.Http.HttpMessageHandler
System.Web.Http.Batch.HttpBatchHandler
System.Web.OData.Batch.ODataBatchHandler
System.Web.OData.Batch.DefaultODataBatchHandler
Syntax
public class DefaultODataBatchHandler : ODataBatchHandler
public ref class DefaultODataBatchHandler : ODataBatchHandler
type DefaultODataBatchHandler =
class
inherit ODataBatchHandler
end
Public Class DefaultODataBatchHandler
Inherits ODataBatchHandler
Constructors
Name | Description | |
---|---|---|
DefaultODataBatchHandler(HttpServer) | Initializes a new instance of the DefaultODataBatchHandler class. |
Properties
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.) |
Methods
Remarks
By default, it buffers the request content stream.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.OData.Batch Namespace
Return to top