HttpControllerDispatcher Constructor

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

'Declaration
Public Sub New ( _
    configuration As HttpConfiguration _
)
'Usage
Dim configuration As HttpConfiguration

Dim instance As New HttpControllerDispatcher(configuration)
public HttpControllerDispatcher(
    HttpConfiguration configuration
)
public:
HttpControllerDispatcher(
    HttpConfiguration^ configuration
)
new : 
        configuration:HttpConfiguration -> HttpControllerDispatcher
public function HttpControllerDispatcher(
    configuration : HttpConfiguration
)

Parameters

See Also

Reference

HttpControllerDispatcher Class

System.Web.Http.Dispatcher Namespace