المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to monitor http downloads and uploads?



C# Programming
08-21-2009, 12:17 PM
Is there any easy way to monitor the amount of bytes sent and received on http port 80? I don't want to monitor the content of packets, just number and size of packets is important to me.

Is TcpListener class suitable for this purpose?

Any help would be greatly appreciated