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

Namespace: DotNetNuke.HttpModules.Membership
Assembly: DotNetNuke.HttpModules (in DotNetNuke.HttpModules.dll)

Syntax

C#
public void Dispose()
Visual Basic
Public Sub Dispose

Implements

IHttpModule..::..Dispose()()()()

See Also