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