Exemple #1
0
 public static IEnumerable <NetService> Raw(NetAddressVersion addressVersion) => NetService.GetRaw(addressVersion);
Exemple #2
0
 public static IEnumerable <NetService> Unix() => NetService.GetUnix();
Exemple #3
0
 public static IEnumerable <NetService> Udp(NetAddressVersion addressVersion) => NetService.GetUdp(addressVersion);