C# Class Microsoft.Practices.Unity.Mvc.UnityPerRequestHttpModule

Implementation of the IHttpModule interface that provides support for using the PerRequestLifetimeManager lifetime manager, and enables it to dispose the instances after the HTTP request ends.
Inheritance: IHttpModule
Afficher le fichier Open project: csteeg/BoC

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposes the resources used by this module.

Private Methods

Méthode Description
GetDictionary ( HttpContext context ) : object>.Dictionary
GetValue ( object lifetimeManagerKey ) : object
Init ( System.Web.HttpApplication context ) : void
OnEndRequest ( object sender, EventArgs e ) : void
SetValue ( object lifetimeManagerKey, object value ) : void

Method Details

Dispose() public méthode

Disposes the resources used by this module.
public Dispose ( ) : void
Résultat void