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