C# 클래스 Castle.Facilities.NHibernateIntegration.Components.SessionWebModule

HttpModule to set up a session for the request lifetime. ISessionManager
To install the module, you must:

Add the module to the httpModules configuration section within system.web Extend the HttpApplication if you haven't Make your HttpApplication subclass implement IContainerAccessor so the module can access the container instance

상속: IHttpModule
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

보호된 프로퍼티들

프로퍼티 타입 설명
SessionKey String

공개 메소드들

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

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Init() 공개 메소드

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

SessionWebModule() 공개 메소드

public SessionWebModule ( ) : System
리턴 System

프로퍼티 상세

SessionKey 보호되어 있는 정적으로 프로퍼티

protected static String SessionKey
리턴 String