C# Class BoC.Web.DataContextPerRequestHttpModule

Inheritance: IHttpModule
Show file Open project: csteeg/BoC

Public Properties

Property Type Description
Enabled bool

Public Methods

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

Private Methods

Method Description
OnBeginRequest ( object sender, EventArgs eventArgs ) : void
OnEndRequest ( object sender, EventArgs eventArgs ) : 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

Property Details

Enabled public static property

public static bool Enabled
return bool