Share via


ODataBatchHandler Constructor (HttpServer)

 

Initializes a new instance of the ODataBatchHandler class.

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

Syntax

protected ODataBatchHandler(
    HttpServer httpServer
)
protected:
ODataBatchHandler(
    HttpServer^ httpServer
)
new : 
        httpServer:HttpServer -> ODataBatchHandler
Protected Sub New (
    httpServer As HttpServer
)

Parameters

See Also

ODataBatchHandler Class
System.Web.Http.OData.Batch Namespace

Return to top