Closed scottoffen closed 3 years ago
RestServerBuilder
RestServer.DeveloperConfiguration
IRestServer.Run
Console.ReadLine()
RestServerBuilder
RestServer.DeveloperConfiguration
IRestServer.Run
, which will block the current thread until the server shuts down (to prevent console applications from having to useConsole.ReadLine()
if they don't want to)