C# Class Cats.Web.Hub.MvcApplication

Inheritance: System.Web.HttpApplication
Mostrar archivo Open project: edgecomputing/cats

Public Methods

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

Protected Methods

Method 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

Method Description
FilterError404 ( ExceptionFilterEventArgs e ) : void

Method Details

Application_AuthenticateRequest() protected method

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

Application_Start() protected method

protected Application_Start ( ) : void
return void

ErrorLog_Filtering() protected method

protected ErrorLog_Filtering ( object sender, ExceptionFilterEventArgs e ) : void
sender object
e Elmah.ExceptionFilterEventArgs
return void

ErrorMail_Filtering() protected method

protected ErrorMail_Filtering ( object sender, ExceptionFilterEventArgs e ) : void
sender object
e Elmah.ExceptionFilterEventArgs
return void

GetVaryByCustomString() public method

public GetVaryByCustomString ( HttpContext context, string arg ) : string
context System.Web.HttpContext
arg string
return string

RegisterGlobalFilters() public static method

public static RegisterGlobalFilters ( GlobalFilterCollection filters ) : void
filters GlobalFilterCollection
return void

RegisterRoutes() public static method

public static RegisterRoutes ( RouteCollection routes ) : void
routes RouteCollection
return void