network-utilization

Get network utilization in c#

How can I get the network utilization using C# code? ...

How to profile network utilization of a .NET application

I have a .NET windows service that does a lot of network magic (WMI, Ping, etc - the list is very long). I would like to profile, with as much ease and detail as possible, how much bandwidth the application uses in total as well each part in the code. Are there any tools that can help me do that? Ants profiler for example will help me ...