C# Class BoC.Web.ApplicationStarterHttpModule

Inheritance: IHttpModule
Show file Open project: csteeg/BoC

Public Properties

Property Type Description
Disabled bool

Public Methods

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

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

StartApplication() public static method

public static StartApplication ( ) : void
return void

Property Details

Disabled public static property

public static bool Disabled
return bool