C# Class Amnesia.Module

Inheritance: IHttpModule
显示文件 Open project: vc3/Amnesia

Private Methods

Method Description
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