Share via


DefaultODataBatchHandler Constructor (HttpServer)

 

Initializes a new instance of the DefaultODataBatchHandler class.

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

Syntax

public DefaultODataBatchHandler(
    HttpServer httpServer
)
public:
DefaultODataBatchHandler(
    HttpServer^ httpServer
)
new : 
        httpServer:HttpServer -> DefaultODataBatchHandler
Public Sub New (
    httpServer As HttpServer
)

Parameters

See Also

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

Return to top