Edit

Share via


IHttpModule.Dispose Method

Definition

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

C#
public void Dispose();

Remarks

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

Applies to