Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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