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
Mostrar archivo Open project: csteeg/BoC

Public Methods

Method Description
Dispose ( ) : void

Disposes the resources used by this module.

Private Methods

Method 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 method

Disposes the resources used by this module.
public Dispose ( ) : void
return void