C# Class ReviewR.Web.App_Start.DbAdminAuthorizationModule

Inheritance: IHttpModule
Datei anzeigen Open project: anurse/ReviewR

Public Methods

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

Private Methods

Method Description
context_AuthenticateRequest ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

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

Start() public static method

public static Start ( ) : void
return void