Exemplo n.º 1
0
 public IEnumerable <IPEndPoint> AllReplicas()
 {
     return(Hosts.AllEndPointsToCollection());
 }
Exemplo n.º 2
0
 public IEnumerable <IPAddress> AllReplicas()
 {
     return(_hosts.AllEndPointsToCollection());
 }