C# Класс 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.
Наследование: IHttpModule
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

Disposes the resources used by this module.

Приватные методы

Метод Описание
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

Описание методов

Dispose() публичный Метод

Disposes the resources used by this module.
public Dispose ( ) : void
Результат void