HttpControllerRouteHandler Class

A IRouteHandler that returns instances of HttpControllerHandler that can pass requests to a given HttpServer instance.

Inheritance Hierarchy

System.Object
  System.Web.Http.WebHost.HttpControllerRouteHandler

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

Syntax

'Declaration
Public Class HttpControllerRouteHandler _
    Implements IRouteHandler
'Usage
Dim instance As HttpControllerRouteHandler
public class HttpControllerRouteHandler : IRouteHandler
public ref class HttpControllerRouteHandler : IRouteHandler
type HttpControllerRouteHandler =  
    class
        interface IRouteHandler
    end
public class HttpControllerRouteHandler implements IRouteHandler

The HttpControllerRouteHandler type exposes the following members.

Constructors

  Name Description
Protected method HttpControllerRouteHandler Initializes a new instance of the HttpControllerRouteHandler class.

Top

Properties

  Name Description
Public propertyStatic member Instance Gets the singleton HttpControllerRouteHandler instance.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Protected method GetHttpHandler Provides the object that processes the request.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IRouteHandler.GetHttpHandler Provides the object that processes the request.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Http.WebHost Namespace