C# Класс mojoPortal.Web.Global

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

Защищенные методы

Метод Описание
Application_AuthenticateRequest ( Object sender, EventArgs e ) : void
Application_AuthorizeRequest ( Object sender, EventArgs e ) : void
Application_BeginRequest ( Object sender, EventArgs e ) : void
Application_End ( Object sender, EventArgs e ) : void
Application_EndRequest ( Object sender, EventArgs e ) : void
Application_Error ( Object sender, EventArgs e ) : void
Application_Start ( Object sender, EventArgs e ) : void
Profile_MigrateAnonymous ( Object sender, System.Web.Profile.ProfileMigrateEventArgs args ) : void
Session_End ( Object sender, EventArgs e ) : void
Session_Start ( Object sender, EventArgs e ) : void

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

Метод Описание
DecrementUserCount ( ) : void
GetFileSystemToken ( ) : System.Guid
IncrementUserCount ( ) : void
PurgeOldLogEvents ( ) : void
RegisterVirtualPathProvider ( ) : void
StartOrResumeTasks ( ) : void

Описание методов

Application_AuthenticateRequest() защищенный Метод

protected Application_AuthenticateRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Результат void

Application_AuthorizeRequest() защищенный Метод

protected Application_AuthorizeRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Результат void

Application_BeginRequest() защищенный Метод

protected Application_BeginRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Результат void

Application_End() защищенный Метод

protected Application_End ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Результат void

Application_EndRequest() защищенный Метод

protected Application_EndRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Результат void

Application_Error() защищенный Метод

protected Application_Error ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Результат void

Application_Start() защищенный Метод

protected Application_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Результат void

Profile_MigrateAnonymous() защищенный Метод

protected Profile_MigrateAnonymous ( Object sender, System.Web.Profile.ProfileMigrateEventArgs args ) : void
sender Object
args System.Web.Profile.ProfileMigrateEventArgs
Результат void

Session_End() защищенный Метод

protected Session_End ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Результат void

Session_Start() защищенный Метод

protected Session_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Результат void