public HttpRouteConfig(HttpRouteMatchRule match, GatewayDestination destination, string name = default(string)) { Name = name; Match = match; Destination = destination; }
public HttpRouteConfig() { Match = new HttpRouteMatchRule(); }