BlogEngine.Core.Web.HttpModules.CompressionModule.IHttpModule C# (CSharp) 메소드

IHttpModule() 개인적인 메소드

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

Same methods

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