C# Class ST.Client.WebApplicationRunner

Inheritance: IWebApplicationRunner
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Start ( IApplication application ) : IClientConnector
WebApplicationRunner ( OpenInput input ) : System

Private Methods

Méthode Description
configureStaticFiles ( IApplicationBuilder app ) : void
startWebServer ( int port, WebSocketsHandler webSockets ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Start() public méthode

public Start ( IApplication application ) : IClientConnector
application IApplication
Résultat IClientConnector

WebApplicationRunner() public méthode

public WebApplicationRunner ( OpenInput input ) : System
input OpenInput
Résultat System