C# 클래스 OrleansDashboard.WebServer

파일 보기 프로젝트 열기: OrleansContrib/OrleansDashboard

공개 메소드들

메소드 설명
Configuration ( IAppBuilder app ) : void
WebServer ( Router router, string username, string password ) : Microsoft.Owin

비공개 메소드들

메소드 설명
BasicAuth ( IOwinContext context, Func func ) : System.Threading.Tasks.Task
HandleRequest ( IOwinContext context, Func func ) : System.Threading.Tasks.Task

메소드 상세

Configuration() 공개 메소드

public Configuration ( IAppBuilder app ) : void
app IAppBuilder
리턴 void

WebServer() 공개 메소드

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