Property | Type | Description | |
---|---|---|---|
DoWorkAsync | Task | ||
StopAsync | Task | ||
WebServer | System |
Method | Description | |
---|---|---|
CreateWebServerAsync ( string remoteUrl, string baseAddress, string name, ICoreServices services, IConsole console, |
||
InitializeAsync ( |
||
StopAllAsync ( ) : Task | ||
StopAsync ( int port ) : Task |
Method | Description | |
---|---|---|
DoWorkAsync ( |
||
StopAsync ( ) : Task | ||
WebServer ( string remoteHostIp, int remotePort, string baseAddress, string name, ICoreServices services, IConsole console ) : System |
public static CreateWebServerAsync ( string remoteUrl, string baseAddress, string name, ICoreServices services, IConsole console, |
||
remoteUrl | string | |
baseAddress | string | |
name | string | |
services | ICoreServices | |
console | IConsole | |
ct | ||
return | Task |
public InitializeAsync ( |
||
ct | ||
return | Task |