Пример #1
0
 public string[] GetUrls()
 {
     return(Listen.Select(b => "http://" + b + "/").ToArray());
 }