Internet or Network Monitor

I want to make an internet or network monitor to retrieve how much data has been received and sent in bytes, does anyone know how to make this in .NET, what namespaces should i use? thnx...
[190 byte] By [TrackerX] at [2008-3-1]
# 1
You might want to look into PerformanceCounters... and check for Bytes Sent and Bytes Received Counters
Malar at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Framework Networking and Communication...
# 2
System.net and System.net.sockets
DMan1 at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Framework Networking and Communication...
# 3
You could also use the new NetworkInformation APIs
DurgaprasadGorti at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Framework Networking and Communication...

.NET Development

Site Classified