This documentation is archived and is not being maintained.
IHttpHandlerFactory Interface
.NET Framework 1.1
Defines the contract that class factories must implement to create new IHttpHandler objects.
For a list of all members of this type, see IHttpHandlerFactory Members.
[Visual Basic] Public Interface IHttpHandlerFactory [C#] public interface IHttpHandlerFactory [C++] public __gc __interface IHttpHandlerFactory [JScript] public interface IHttpHandlerFactory
Classes that Implement IHttpHandlerFactory
| Class | Description |
|---|---|
| HttpRemotingHandlerFactory | Initializes new instances of the HttpRemotingHandler class. |
Remarks
A class that implements the IHttpHandlerFactory interface has no behavior except to dynamically manufacture new handler objects--that is, new instances of classes that implement the IHttpHandler interface.
Requirements
Namespace: System.Web
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
Show: