Delen via


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

See Also

HttpBatchHandler Class
System.Web.Http.Batch Namespace

Return to top