Ejemplo n.º 1
0
 public TcpConfig(string name, int port, GatewayDestination destination)
 {
     Name        = name;
     Port        = port;
     Destination = destination;
 }
Ejemplo n.º 2
0
 public HttpRouteConfig(HttpRouteMatchRule match, GatewayDestination destination, string name = default(string))
 {
     Name        = name;
     Match       = match;
     Destination = destination;
 }