Beispiel #1
0
 public virtual void AddDownstreamHostAndPort(string host, int port)
 {
     DownstreamHostAndPorts.Add(new RouteDownstreamHostAndPort(GlobalConfigurationId, Name, host, port));
 }
Beispiel #2
0
 public virtual void AddDownstreamHostAndPort(string host, int port)
 {
     DownstreamHostAndPorts.Add(new ReRouteDownstreamHostAndPort(host, port));
 }