HttpControllerRouteHandler Class

 

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

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

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

public ref class HttpControllerRouteHandler : IRouteHandler

NameDescription
System_CAPS_protmethodHttpControllerRouteHandler()

Initializes a new instance of the HttpControllerRouteHandler class.

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticInstance

Gets the singleton HttpControllerRouteHandler instance.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodGetHttpHandler(RequestContext^)

Provides the object that processes the request.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIRouteHandler::GetHttpHandler(RequestContext^)

Provides the object that processes the request.

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

Return to top
Show: