C# Class Solar.Laptop.HttpServerManager

Business-Layer driving the underlying Database and exposing the Status. Http server.
Inheritance: IBusinessLayer
Afficher le fichier Open project: nusolar/sc6-telemetry-code Class Usage Examples

Méthodes publiques

Méthode Description
BusinessLoop ( System.Threading.CancellationToken token ) : System.Threading.Tasks.Task
Dispose ( ) : void
HandleUserInput ( Solar gear, Solar sigs ) : void
ListenerCallback ( HttpListenerContext context ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

BusinessLoop() public méthode

public BusinessLoop ( System.Threading.CancellationToken token ) : System.Threading.Tasks.Task
token System.Threading.CancellationToken
Résultat System.Threading.Tasks.Task

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

HandleUserInput() public méthode

public HandleUserInput ( Solar gear, Solar sigs ) : void
gear Solar
sigs Solar
Résultat void

ListenerCallback() public méthode

public ListenerCallback ( HttpListenerContext context ) : void
context System.Net.HttpListenerContext
Résultat void