This documentation is archived and is not being maintained.
IHttpHandlerFactory Interface
Visual Studio 2008
Defines the contract that class factories must implement to create new IHttpHandler objects.
Assembly: System.Web (in System.Web.dll)
A class that implements the IHttpHandlerFactory interface has no behavior except to dynamically manufacture new instances of classes that implement the IHttpHandler interface.
| Topic | Location |
|---|---|
| How to: Create HTTP Handler Factories | Building ASP .NET Web Applications |
| How to: Register HTTP Handlers | Building ASP .NET Web Applications |
| How to: Create Synchronous HTTP Handlers | Building ASP .NET Web Applications |
| How to: Create HTTP Handler Factories | Building ASP .NET Web Applications |
| How to: Register HTTP Handlers | Building ASP .NET Web Applications |
| How to: Create Synchronous HTTP Handlers | Building ASP .NET Web Applications |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: