Example #1
0
 public NetworkClient(IServiceAddress managerAddress, ServiceConnector connector, INetworkCache networkCache)
     : this(new IServiceAddress[] { managerAddress}, connector, networkCache)
 {
 }
Example #2
0
 public NetworkClient(IServiceAddress managerAddress, ServiceConnector connector, INetworkCache networkCache)
     : this(new IServiceAddress[] { managerAddress }, connector, networkCache)
 {
 }