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

Storage for PerHttpApplication lifestyle scopes
상속: IHttpModule
파일 보기 프로젝트 열기: nhsevidence/Windsor.LifeStyles

공개 메소드들

메소드 설명
Dispose ( ) : void
HasComponent ( string id ) : bool
Init ( System.Web.HttpApplication context ) : void
this ( string id ) : object

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HasComponent() 공개 메소드

public HasComponent ( string id ) : bool
id string
리턴 bool

Init() 공개 메소드

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

this() 공개 메소드

public this ( string id ) : object
id string
리턴 object