C# Class Solar.Laptop.HttpServerManager

Business-Layer driving the underlying Database and exposing the Status. Http server.
Inheritance: IBusinessLayer
ファイルを表示 Open project: nusolar/sc6-telemetry-code Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

BusinessLoop() public method

public BusinessLoop ( System.Threading.CancellationToken token ) : System.Threading.Tasks.Task
token System.Threading.CancellationToken
return System.Threading.Tasks.Task

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HandleUserInput() public method

public HandleUserInput ( Solar gear, Solar sigs ) : void
gear Solar
sigs Solar
return void

ListenerCallback() public method

public ListenerCallback ( HttpListenerContext context ) : void
context System.Net.HttpListenerContext
return void