How I can calculate internet bandwidth for current windows-user only using c#?

mma_vb_2b

New member
Joined
Jan 16, 2009
Messages
1
Reaction score
0
Points
1
I found many articles which show how to get bandwidth for a network interface, but I don't want to get all bandwidth from a network card, but I need the bandwidth for the current windows-user only.

in another way, if windows has 2 users named user1 and user2, I want user1 to see his internet bandwidth for his account only, and the same thing for user2.

I'm using C# 2005.

Please help me.
 
You can get it calculated client-side and then the browser can report the value back to the server.

Check out the following link:
 
Back
Top