标签:lstat inter als network div prope system style int
foreach (System.Net.NetworkInformation.NetworkInterface f in System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces()) { if (f.OperationalStatus == System.Net.NetworkInformation.OperationalStatus.Up) { var i = f.GetIPProperties().DhcpServerAddresses.Count; } }
标签:lstat inter als network div prope system style int
原文地址:https://www.cnblogs.com/xinzheng/p/12837847.html