获取所有的网络链接接口: C:\Users\Chris.JENNEY>netsh interface show interface Admin State State Type Interface Name-------------------------------------------------------------------------Disabled Disconnected Dedicated Local Area ConnectionEnabled Connected
using System.Net.NetworkInformation; bool isLocalAreaConnected = NetworkInterface.GetIsNetworkAvailable(); if (isLocalAreaConnected) { Common.MessageBox.ShowMes(this,"有链接"); } using System.IO; using System.Runtime.InteropServices;//引入这两个命名空间,不用引
;//Local system uses a modem to connect to the Internet. ; //Local system uses a local area network to connect to the Internet. ;//Local system uses a proxy server to connect to the Internet. ; //No longer used. ; //Local system has a valid connectio