Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi ,

i have retrieved every thing of remote system on the network using WMI
using System.management and using System.management.instrumentation.
now i want to control the bandwidth of users on the network using c#
is it possible ..or any one have any sample

i get the bandwidth using . Win32_PerfRawData_Tcpip_NetworkInterface wmi key.

is it posible to control the bandwidth (download and upload ) of the user using wmi or any other way?

please help....

adil
Posted

Take a look into this :

MyDownloader: A Multi-thread C# Segmented Download Manager[^]

Its a real world example for Bandwidth throttling:thumbsup:
 
Share this answer
 
Comments
Syed Adil Hassan 14-Sep-10 1:37am    
thanks abhishek for ur response i have read this artical but i think i cannot explain my problem:
actually what i want to do is to limit the user on the LAN for downloading and uploading.
i want to control the usser bandwidth usage on the network. if please any help...
regards,
adil
Maybe this[^] thread can help.

Unfortunately the approach used here is different from WMI though.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900