C# 클래스 Castle.MicroKernel.Lifestyle.PerWebRequestLifestyleModule

상속: IHttpModule
파일 보기 프로젝트 열기: castleproject/Windsor 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void

보호된 메소드들

메소드 설명
Application_EndRequest ( Object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
EnsureInitialized ( ) : void
GetScope ( ) : ILifetimeScope
GetScope ( HttpContext context, bool createIfNotPresent ) : ILifetimeScope
YieldScope ( ) : ILifetimeScope

Returns current request's scope and detaches it from the request context. Does not throw if scope or context not present. To be used for disposing of the context.

메소드 상세

Application_EndRequest() 보호된 메소드

protected Application_EndRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Init() 공개 메소드

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
리턴 void