Пример #1
0
 public HttpServer(int sslPort, int port)
 {
     Routing = new RoutingCollection(this);
     Port    = port;
     SslPort = sslPort;
 }
Пример #2
0
 public HttpServer()
 {
     Routing = new RoutingCollection(this);
 }