Beispiel #1
0
 /// <summary>
 /// returns a list of URLs to the corresponding FGSMS services or an empty list if none are found
 /// </summary>
 /// <param name="type"></param>
 /// <returns></returns>
 public static List<String> DiscoverViaDNS(DiscoverType type)
 {
     return discover("FGSMS-" + type.ToString().ToLower());
 }
Beispiel #2
0
 /// <summary>
 /// returns a list of URLs to the corresponding FGSMS services or an empty list if none are found
 /// </summary>
 /// <param name="type"></param>
 /// <returns></returns>
 public static List <String> DiscoverViaDNS(DiscoverType type)
 {
     return(discover("FGSMS-" + type.ToString().ToLower()));
 }