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