UnbufferedODataBatchHandler Class

 

An implementation of ODataBatchHandler that doesn't buffer the request content stream.

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

System::Object
  System.Net.Http::HttpMessageHandler
    System.Web.Http.Batch::HttpBatchHandler
      System.Web.Http.OData.Batch::ODataBatchHandler
        System.Web.Http.OData.Batch::UnbufferedODataBatchHandler

public ref class UnbufferedODataBatchHandler : ODataBatchHandler

NameDescription
System_CAPS_pubmethodUnbufferedODataBatchHandler(HttpServer^)

Initializes a new instance of the UnbufferedODataBatchHandler 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.(Inherited from ODataBatchHandler.)

System_CAPS_pubpropertyODataRouteName

Gets or sets the name of the OData route associated with this batch handler.(Inherited from ODataBatchHandler.)

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: