ODataBatchHandler Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.