C# 클래스 Amnesia.Module

상속: IHttpModule
파일 보기 프로젝트 열기: vc3/Amnesia

비공개 메소드들

메소드 설명
EnsureRegistered ( ) : void
GetIISVersion ( ) : int

Gets the current version of IIS. Must be called within worker process

IHttpModule ( ) : void
IHttpModule ( System.Web.HttpApplication context ) : void
PersistSessionState ( ) : void

Tracks information about the session so rollbacks can be handled cleanly across app domain restarts

RestoreSessionState ( ) : void

Reads information about the session so rollbacks can be handled cleanly across app domain restarts

context_BeginRequest ( object sender, EventArgs e ) : void
context_EndRequest ( object sender, EventArgs e ) : void