C# Класс Amnesia.Module

Наследование: IHttpModule
Показать файл Открыть проект

Приватные методы

Метод Описание
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