C# Class OrleansDashboard.WebServer

Show file Open project: OrleansContrib/OrleansDashboard

Public Methods

Method Description
Configuration ( IAppBuilder app ) : void
WebServer ( Router router, string username, string password ) : Microsoft.Owin

Private Methods

Method Description
BasicAuth ( IOwinContext context, Func func ) : System.Threading.Tasks.Task
HandleRequest ( IOwinContext context, Func func ) : System.Threading.Tasks.Task

Method Details

Configuration() public method

public Configuration ( IAppBuilder app ) : void
app IAppBuilder
return void

WebServer() public method

public WebServer ( Router router, string username, string password ) : Microsoft.Owin
router Router
username string
password string
return Microsoft.Owin