This documentation is archived and is not being maintained.

IHttpHandlerFactory Members

Defines the contract that class factories must implement to create new IHttpHandler objects.

The IHttpHandlerFactory type exposes the following members.

  NameDescription
Public method GetHandler Returns an instance of a class that implements the IHttpHandler interface.
Public method ReleaseHandler Enables a factory to reuse an existing handler instance.
Top
Show: