C# Class Griffin.Container.Mvc4.ContainerModule

disposes child container in GriffinDependencyResolver when request ends.
Inheritance: IHttpModule
Afficher le fichier Open project: jgauffin/Griffin.Container

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposes of the resources (other than memory) used by the module that implements T:System.Web.IHttpModule.

Init ( System.Web.HttpApplication context ) : void

Initializes a module and prepares it to handle requests.

Register ( ) : void

Register the module in the pipeline

Private Methods

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

Method Details

Dispose() public méthode

Disposes of the resources (other than memory) used by the module that implements T:System.Web.IHttpModule.
public Dispose ( ) : void
Résultat void

Init() public méthode

Initializes a module and prepares it to handle requests.
public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication An that provides access to the methods, properties, and events common to all application objects within an ASP.NET application
Résultat void

Register() public static méthode

Register the module in the pipeline
public static Register ( ) : void
Résultat void