tags:

views:

32

answers:

1

I need to monitor and control a program running on my machine(utorrent). This program establish connections to other PCs on the internet. I can know the IPs which he is connecting to from a list on it I need to control these connections,limit them or close them and control the bandwidth they are using.

How can i get all the connected IP's to utorrent and control them all by certain conditions i can put later using C# 2.0?

A: 

Not sure how helpful it is, but try looking at WinPcap develpment tools: http://www.winpcap.org/devel.htm It's a c library, not C#, but maybe it'll help you.

RA
actually, i know for sure that this thing can be done from the dot net at least getting the connected IP's but i don't know how!i am not proficient in c or CPP i really need this with the dot net for now i can use some API's if necessarythanks for your concern