IHttpHandlerFactory Interface
.NET Framework (current version)
Defines the contract that class factories must implement to create new IHttpHandler objects.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | GetHandler(HttpContext^, String^, String^, String^) | Returns an instance of a class that implements the IHttpHandler interface. |
![]() | ReleaseHandler(IHttpHandler^) | Enables a factory to reuse an existing handler instance. |
A class that implements the IHttpHandlerFactory interface has no behavior except to dynamically manufacture new instances of classes that implement the IHttpHandler interface.
.NET Framework
Available since 1.1
Available since 1.1
Show:
