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.

IHttpModule Interface

 

Provides module initialization and disposal events to the implementing class.

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

public interface class IHttpModule

NameDescription
System_CAPS_pubmethodDispose()

Disposes of the resources (other than memory) used by the module that implements IHttpModule.

System_CAPS_pubmethodInit(HttpApplication^)

Initializes a module and prepares it to handle requests.

For an example of a custom module that implements IHttpModule, see Walkthrough: Creating and Registering a Custom HTTP Module.

.NET Framework
Available since 1.1
Return to top
Show: