Method OnServerStartedAsync
OnServerStartedAsync(HttpServer)
Method that is called immediately after starting the HttpServer, when it's ready and listening.
protected virtual Task OnServerStartedAsync(HttpServer server)
Parameters
server
HttpServerThe HTTP server entity which is ready.