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