ODataBatchHandler Constructor (HttpServer)
Initializes a new instance of the ODataBatchHandler class.
Namespace: System.Web.OData.Batch
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
protected ODataBatchHandler(
HttpServer httpServer
)
protected:
ODataBatchHandler(
HttpServer^ httpServer
)
new :
httpServer:HttpServer -> ODataBatchHandler
Protected Sub New (
httpServer As HttpServer
)
Parameters
httpServer
Type: System.Web.Http.HttpServerThe HttpServer for handling the individual batch requests.
See Also
ODataBatchHandler Class
System.Web.OData.Batch Namespace
Return to top