IHttpHandlerFactory Members
.NET Framework 2.0
Defines the contract that class factories must implement to create new IHttpHandler objects.
The following tables list the members exposed by the IHttpHandlerFactory type.
| Name | Description | |
|---|---|---|
| GetHandler | Returns an instance of a class that implements the IHttpHandler interface. |
| ReleaseHandler | Enables a factory to reuse an existing handler instance. |
Community Additions
ADD
Show: