This documentation is archived and is not being maintained.
IHttpHandlerFactory Members
Visual Studio 2008
Defines the contract that class factories must implement to create new IHttpHandler objects.
The IHttpHandlerFactory type exposes the following members.
| Name | Description | |
|---|---|---|
|
GetHandler | Returns an instance of a class that implements the IHttpHandler interface. |
|
ReleaseHandler | Enables a factory to reuse an existing handler instance. |
Show: