C# Class BeRated.Server.WebAppLauncher

Inheritance: IDisposable
Mostra file Open project: encratite/BeRated

Public Methods

Method Description
Start ( ) : void
WebAppLauncher ( BeRated.Server.BaseApp instance, string url ) : Microsoft.Owin.Hosting

Private Methods

Method Description
IDisposable ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

WebAppLauncher() public method

public WebAppLauncher ( BeRated.Server.BaseApp instance, string url ) : Microsoft.Owin.Hosting
instance BeRated.Server.BaseApp
url string
return Microsoft.Owin.Hosting