C# Class AIMS_BD_IATI.WebAPIAPI.WebApiApplication

Inheritance: System.Web.HttpApplication
Show file Open project: BD-IATI/edi

Public Methods

Method Description
Init ( ) : void

Protected Methods

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

Method Details

Application_Start() protected method

protected Application_Start ( ) : void
return void

Init() public method

public Init ( ) : void
return void

_PostAuthenticateRequest() protected method

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