Hi Peter,
I apologize, I was not clear. I am trying to monitor the client traffic, not the server traffic. For a web page to be rendered, there will be multiple requests to various resources on page; such as images, css files, javascript files, etc... I want to monitor these requests before the page is rendered. I know that the Silverlight object is rendered as part of the page after all these resources are requested and the final html is rendered in browser.
I don't think what I am trying to do is possible with Silverlight but I wanted to ask anyway. May be I could get a pointer in the right direction.
The proxies such as Firebug (Firefox) and Web Development Helper (IE) does this but they are ActiveX (not sure how Firebug works in Firefox) controls. How can I achieve this kind of traffic http listening on a browser level?