Detecting internet Inactivity in VB.NET
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.
精彩评论