Esempio n. 1
0
 private static string ServerRecordToString(ServerRecord record)
 {
     return($"{record.GetHost()}:{record.GetPort()}");
 }