Ejemplo n.º 1
0
 /// Returns objects that describe the network interfaces on the local computer.
 public static NetworkInterface[] GetAllNetworkInterfaces()
 {
     return(NetNativeNetworkInterface.GetNetworkInterfaces());
 }
Ejemplo n.º 2
0
 public static bool GetIsNetworkAvailable()
 {
     return(NetNativeNetworkInterface.InternalGetIsNetworkAvailable());
 }