C# 클래스 Castle.Facilities.NHibernateIntegration.Components.Web.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
파일 보기 프로젝트 열기: hconceicao/Castle.Facilities.NHibernateIntegration3

보호된 프로퍼티들

프로퍼티 타입 설명
SessionKey String

공개 메소드들

메소드 설명
Dispose ( ) : void

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

Init ( System.Web.HttpApplication app ) : void

Initializes a module and prepares it to handle requests.

비공개 메소드들

메소드 설명
ObtainContainer ( ) : IWindsorContainer
OnBeginRequest ( object sender, EventArgs e ) : 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.
public Init ( System.Web.HttpApplication app ) : void
app System.Web.HttpApplication The app.
리턴 void

프로퍼티 상세

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

protected static String SessionKey
리턴 String