Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IHttpHandlerFactory Interface

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public interface class IHttpHandlerFactory

NameDescription
System_CAPS_pubmethodGetHandler(HttpContext^, String^, String^, String^)

Returns an instance of a class that implements the IHttpHandler interface.

System_CAPS_pubmethodReleaseHandler(IHttpHandler^)

Enables a factory to reuse an existing handler instance.

A class that implements the IHttpHandlerFactory interface has no behavior except to dynamically manufacture new instances of classes that implement the IHttpHandler interface.

.NET Framework
Available since 1.1
Return to top
Show: