Share via


HttpControllerDispatcher Constructor (HttpConfiguration)

 

Initializes a new instance of the HttpControllerDispatcher class with the specified configuration.

Namespace:   System.Web.Http.Dispatcher
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public HttpControllerDispatcher(
    HttpConfiguration configuration
)
public:
HttpControllerDispatcher(
    HttpConfiguration^ configuration
)
new : 
        configuration:HttpConfiguration -> HttpControllerDispatcher
Public Sub New (
    configuration As HttpConfiguration
)

Parameters

See Also

HttpControllerDispatcher Class
System.Web.Http.Dispatcher Namespace

Return to top