UnbufferedODataBatchHandler Class
An implementation of ODataBatchHandler that doesn't buffer the request content stream.
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.UnbufferedODataBatchHandler
Syntax
public class UnbufferedODataBatchHandler : ODataBatchHandler
public ref class UnbufferedODataBatchHandler : ODataBatchHandler
type UnbufferedODataBatchHandler =
class
inherit ODataBatchHandler
end
Public Class UnbufferedODataBatchHandler
Inherits ODataBatchHandler
Constructors
Name | Description | |
---|---|---|
UnbufferedODataBatchHandler(HttpServer) | Initializes a new instance of the UnbufferedODataBatchHandler 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
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