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