C# 클래스 Zen.Core.MVC4.Web.RequestLifetimeHttpModule

An IHttpModule and ILifetimeScopeProvider implementation that creates a nested lifetime scope for each HTTP request.
상속: IHttpModule
파일 보기 프로젝트 열기: holinov/Zen.Core 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnEndRequest void

공개 메소드들

메소드 설명
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.

SetLifetimeScopeProvider ( ILifetimeScopeProvider lifetimeScopeProvider ) : void

비공개 메소드들

메소드 설명
OnEndRequest ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

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

Init() 공개 메소드

Initializes a module and prepares it to handle requests.
/// Thrown if is . ///
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
리턴 void

SetLifetimeScopeProvider() 공개 정적인 메소드

public static SetLifetimeScopeProvider ( ILifetimeScopeProvider lifetimeScopeProvider ) : void
lifetimeScopeProvider ILifetimeScopeProvider
리턴 void