C# Class ServiceStack.WebHost.IntegrationTests.Global

Inheritance: System.Web.HttpApplication
Exibir arquivo Open project: nustack/ServiceStack

Protected Methods

Method Description
Application_BeginRequest ( object src, EventArgs e ) : void
Application_EndRequest ( object src, EventArgs e ) : void
Application_Start ( object sender, EventArgs e ) : void

Method Details

Application_BeginRequest() protected method

protected Application_BeginRequest ( object src, EventArgs e ) : void
src object
e System.EventArgs
return void

Application_EndRequest() protected method

protected Application_EndRequest ( object src, EventArgs e ) : void
src 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