C# Class Foundation.Server.WebApiApplication

Inheritance: System.Web.HttpApplication
显示文件 Open project: NVentimiglia/Unity3d-Foundation

Protected Methods

Method Description
Application_OnAuthenticateRequest ( object sender, EventArgs e ) : void
Application_Start ( ) : void

Method Details

Application_OnAuthenticateRequest() protected method

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

Application_Start() protected method

protected Application_Start ( ) : void
return void