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