asp.net.ph

IHttpModule.Dispose Method

System.Web Namespace   IHttpModule Interface


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

[ VB ]
Sub Dispose ( ) 

[ C# ]
void Dispose ( );

[ C++ ]
void Dispose ( );

[ JScript ]
function Dispose ( );

Remarks

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

See Also

IHttpModule Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note