IHttpHandlerFactory Methods

 

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

NameDescription
System_CAPS_pubmethodGetHandler(HttpContext^, String^, String^, String^)

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

System_CAPS_pubmethodReleaseHandler(IHttpHandler^)

Enables a factory to reuse an existing handler instance.

Return to top
Show: