Method OnServerStoppedAsync
OnServerStoppedAsync(HttpServer)
Method that is called after the HttpServer is stopped, meaning it has stopped from listening to requests.
protected virtual Task OnServerStoppedAsync(HttpServer server)
Parameters
server
HttpServerThe HTTP server entity which has stopped.