I was doing a project on C#.net using Microsoft Visual Studio 2005 that tracks total bytes sent and received and the url visited using the browsers like internet explorer, mozilla firefox or opera ...
I was able to track down the data sent and received using the Performance Counter but I was not satisfied and was looking for some better method to track the same if you can suggest me something better then it would be of great help.
And secondly how do i track the url requested by the browser.