C# Class gbrainy.Clients.WebForms.Global

Inheritance: System.Web.HttpApplication
Exibir arquivo Open project: GNOME/gbrainy

Public Properties

Property Type Description
Sessions WebSession>.Dictionary

Protected Methods

Method Description
Application_AuthenticateRequest ( 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
Session_End ( Object sender, EventArgs e ) : void
Session_Start ( Object sender, EventArgs e ) : void

Method Details

Application_AuthenticateRequest() protected method

protected Application_AuthenticateRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Application_BeginRequest() protected method

protected Application_BeginRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Application_End() protected method

protected Application_End ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Application_EndRequest() protected method

protected Application_EndRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Application_Error() protected method

protected Application_Error ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Application_Start() protected method

protected Application_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Session_End() protected method

protected Session_End ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Session_Start() protected method

protected Session_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Property Details

Sessions public_oe static_oe property

public static Dictionary Sessions
return WebSession>.Dictionary