This topic has not yet been rated - Rate this topic

HttpControllerRouteHandler Class

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

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

Namespace:  System.Web.Http.WebHost
Assembly:  System.Web.Http.WebHost (in System.Web.Http.WebHost.dll)
public class HttpControllerRouteHandler : IRouteHandler

The HttpControllerRouteHandler type exposes the following members.

  NameDescription
Protected methodHttpControllerRouteHandler Initializes a new instance of the HttpControllerRouteHandler class.
Top
  NameDescription
Public propertyStatic memberInstance Gets the singleton HttpControllerRouteHandler instance.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetHttpHandler Provides the object that processes the request.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
  NameDescription
Explicit interface implemetationPrivate methodIRouteHandler.GetHttpHandler Provides the object that processes the request.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.