Example #1
0
 public HttpServer(IPEndPoint endpoint, params Assembly[] controllerAssemblies)
 {
     Endpoint       = endpoint;
     RoutingManager = new RoutingManager(this, controllerAssemblies);
 }