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