This documentation is archived and is not being maintained.

IHttpModule Members

Provides module initialization and disposal events to the implementing class.

The IHttpModule type exposes the following members.

  NameDescription
Public method Dispose Disposes of the resources (other than memory) used by the module that implements IHttpModule.
Public method Init Initializes a module and prepares it to handle requests.
Top
Show: