BlogEngine.Core.Web.HttpModules.CompressionModule.IHttpModule C# (CSharp) Method

IHttpModule() private method

Disposes of the resources (other than memory) used by the module that implements .
private IHttpModule ( ) : void
return void
        void IHttpModule.Dispose()
        {
            // Nothing to dispose;
        }

Same methods

CompressionModule::IHttpModule ( System.Web.HttpApplication context ) : void