开发者

Detecting internet Inactivity in VB.NET

开发者 https://www.devze.com 2023-03-01 05:35 出处:网络
Detecting int开发者_如何学Pythonernet Inactivity in VB.NETHere are three approaches: Use PerformanceCounters to monitor Packets/sec.

Detecting int开发者_如何学Pythonernet Inactivity in VB.NET


Here are three approaches:

  • Use PerformanceCounters to monitor Packets/sec.
  • Use System.Net.NetworkInformation to read packet counters.
  • Use GetIpStatistics to read the packet counter. A VB example.
0

精彩评论

暂无评论...
验证码 换一张
取 消