This topic has not yet been rated - Rate this topic

HttpControllerHandler Class

A IHttpAsyncHandler that passes ASP.NET requests into the HttpServer pipeline and write the result back.

System.Object
  System.Web.Http.WebHost.HttpControllerHandler

Namespace:  System.Web.Http.WebHost
Assembly:  System.Web.Http.WebHost (in System.Web.Http.WebHost.dll)
public class HttpControllerHandler : IHttpAsyncHandler, 
	IHttpHandler

The HttpControllerHandler type exposes the following members.

  NameDescription
Public methodHttpControllerHandler Initializes a new instance of the HttpControllerHandler class.
Top
  NameDescription
Protected propertyIsReusable Gets a value indicating whether another request can use the IHttpHandler instance.
Top
  NameDescription
Protected methodBeginProcessRequest Begins the process request.
Protected methodEndProcessRequest Provides an asynchronous process End method when the process ends.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodProcessRequest Processes the request.
Public methodToString (Inherited from Object.)
Top
  NameDescription
Explicit interface implemetationPrivate methodIHttpAsyncHandler.BeginProcessRequest Begins processing the request.
Explicit interface implemetationPrivate methodIHttpAsyncHandler.EndProcessRequest Provides an asynchronous process End method when the process ends.
Explicit interface implemetationPrivate propertyIHttpHandler.IsReusable Gets a value indicating whether another request can use the IHttpHandler instance.
Explicit interface implemetationPrivate methodIHttpHandler.ProcessRequest 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.