Share via


ODataBatchHandler Constructors

Definition

Overloads

ODataBatchHandler()
ODataBatchHandler(HttpServer)

Initializes a new instance of the ODataBatchHandler class.

ODataBatchHandler()

protected ODataBatchHandler();
Protected Sub New ()

Applies to

ODataBatchHandler(HttpServer)

Initializes a new instance of the ODataBatchHandler class.

protected ODataBatchHandler(System.Web.Http.HttpServer httpServer);
new Microsoft.AspNet.OData.Batch.ODataBatchHandler : System.Web.Http.HttpServer -> Microsoft.AspNet.OData.Batch.ODataBatchHandler
Protected Sub New (httpServer As HttpServer)

Parameters

httpServer
System.Web.Http.HttpServer

The System.Web.Http.HttpServer for handling the individual batch requests.

Applies to