Method OnServerStartingAsync
OnServerStartingAsync(HttpServer)
Method that is called immediately before starting the HttpServer.
protected virtual Task OnServerStartingAsync(HttpServer server)
Parameters
server
HttpServerThe HTTP server entity which is starting.