Bandwidth/network usage for Windows application  
Author Message
Simonth





PostPosted: .NET Framework Networking and Communication, Bandwidth/network usage for Windows application Top

Hi.

I would like to show how much network bandwidth there are been using on transfering some data from local harddrive to an network share.
How do I get my application to show how many Mbps or kb/s (or just something - can always convert it to what I should use) only my application(not the whole networkcard bandwidth usage) use, in a label/textbox



.NET Development34  
 
 
RizwanSharp





PostPosted: .NET Framework Networking and Communication, Bandwidth/network usage for Windows application Top

Here ;)

http://www.codeproject.com/csharp/networkmonitorl.asp

Best Regard,

Rizwan