System.Web.IHttpHandlerFactory: Method Members

The methods of System.Web.IHttpHandlerFactory are listed below. For a list of all members, see the IHttpHandlerFactory Members list.

Public Methods

GetHandler(HttpContext, string, string, string) : IHttpHandler

Returns an instance of a class that implements the System.Web.IHttpHandler interface.

ReleaseHandler(IHttpHandler)

Enables a factory to reuse an existing handler instance.