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