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