C# Class Cats.Web.Hub.MvcApplication

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode Description
GetVaryByCustomString ( HttpContext context, string arg ) : string
RegisterGlobalFilters ( GlobalFilterCollection filters ) : void
RegisterRoutes ( RouteCollection routes ) : void

Méthodes protégées

Méthode Description
Application_AuthenticateRequest ( object sender, EventArgs e ) : void
Application_Start ( ) : void
ErrorLog_Filtering ( object sender, ExceptionFilterEventArgs e ) : void
ErrorMail_Filtering ( object sender, ExceptionFilterEventArgs e ) : void

Private Methods

Méthode Description
FilterError404 ( ExceptionFilterEventArgs e ) : void

Method Details

Application_AuthenticateRequest() protected méthode

protected Application_AuthenticateRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Application_Start() protected méthode

protected Application_Start ( ) : void
Résultat void

ErrorLog_Filtering() protected méthode

protected ErrorLog_Filtering ( object sender, ExceptionFilterEventArgs e ) : void
sender object
e Elmah.ExceptionFilterEventArgs
Résultat void

ErrorMail_Filtering() protected méthode

protected ErrorMail_Filtering ( object sender, ExceptionFilterEventArgs e ) : void
sender object
e Elmah.ExceptionFilterEventArgs
Résultat void

GetVaryByCustomString() public méthode

public GetVaryByCustomString ( HttpContext context, string arg ) : string
context System.Web.HttpContext
arg string
Résultat string

RegisterGlobalFilters() public static méthode

public static RegisterGlobalFilters ( GlobalFilterCollection filters ) : void
filters GlobalFilterCollection
Résultat void

RegisterRoutes() public static méthode

public static RegisterRoutes ( RouteCollection routes ) : void
routes RouteCollection
Résultat void