C# Class Core.Web.Modules.ContainerHttpModule

Inheritance: IHttpModule
Show file Open project: coreframework/Core-Framework

Public Methods

Method Description
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void
Start ( ) : void

Private Methods

Method Description
OnBeginRequest ( object sender, EventArgs e ) : void
RetrieveModules ( ) : IEnumerable

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
return void

Start() public static method

public static Start ( ) : void
return void