C# 클래스 mojoPortal.Web.Global

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: joeaudette/mojoportal

보호된 메소드들

메소드 설명
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