摘要:
C#网速监测分类:C#2010-08-27 16:331458人阅读评论(0)收藏举报主要有两个类,其一是NetworkAdapter,该类的作用是获取本机网络适配器列表,并且可以通过该类的属性获取当前网速数据;其二是NetworkMonitor,该类是通过.NET的PerformanceCounter(性能计数器组件)监测本机每一个网络适配器对应的当前网速状况(翻译得不大好,具体还是看原汁原味的代码吧:))NetworkAdapter类[c-sharp:collapse]view plaincopyprint?usingSystem;usingSystem.Diagnostics;names 阅读全文
posted @ 2013-01-24 11:40
安度
阅读(1117)
评论(0)
推荐(0)