Beispiel #1
0
 public static void RunServer()
 {
     CreateHttpServer().Run(ServerConfiguration.ReadConfiguration().ServerAddress);
 }