C# Class BoC.Web.DataContextPerRequestHttpModule

Inheritance: IHttpModule
Afficher le fichier Open project: csteeg/BoC

Méthodes publiques

Свойство Type Description
Enabled bool

Méthodes publiques

Méthode Description
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void

Private Methods

Méthode Description
OnBeginRequest ( object sender, EventArgs eventArgs ) : void
OnEndRequest ( object sender, EventArgs eventArgs ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Init() public méthode

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
Résultat void

Property Details

Enabled public_oe static_oe property

public static bool Enabled
Résultat bool