예제 #1
0
 public IEnumerable <IPEndPoint> AllReplicas()
 {
     return(Hosts.AllEndPointsToCollection());
 }
예제 #2
0
 public IEnumerable <IPAddress> AllReplicas()
 {
     return(_hosts.AllEndPointsToCollection());
 }