StartWebServerAsync Method
Starts the embedded web server.
Syntax
[VB.NET]
Public Function StartWebServerAsync() As Task
[C#]
public Task StartWebServerAsync();
Remarks
This method is the asynchronous version of the
StartWebServer method and is used to support asynchronous operations in WinRT. Please refer to
StartWebServer for more information.