This documentation is archived and is not being maintained.
IHttpModule Members
Visual Studio 2008
Provides module initialization and disposal events to the implementing class.
The IHttpModule type exposes the following members.
| Name | Description | |
|---|---|---|
|
Dispose | Disposes of the resources (other than memory) used by the module that implements IHttpModule. |
|
Init | Initializes a module and prepares it to handle requests. |
Show: