IHttpModule.Dispose Method

Definition

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

public:
 void Dispose();
public void Dispose ();
abstract member Dispose : unit -> unit
Public Sub Dispose ()

Remarks

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

Applies to