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::Dispose Method ()

 

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

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

void Dispose()

The Dispose method performs any final cleanup work prior to removal of the module from the execution pipeline.

.NET Framework
Available since 1.1
Return to top
Show: