码迷,mamicode.com
首页 > 其他好文 > 详细

判断网络地址是否是自动获取

时间:2020-05-06 18:06:11      阅读:87      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!