System.Web.IHttpHandlerFactory Members

The members of System.Web.IHttpHandlerFactory are listed below.

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.