Trap http Request and Response Header

  • Thread starter Thread starter vaibhav verma
  • Start date Start date
V

vaibhav verma

Hi,

I am trying to write a web browser control Application in c#, i want
to trap al http request and response header which are sent/recieved. I
am new to Windows programming

With Regards,
Vaibhav
 
vaibhav said:
Hi,

I am trying to write a web browser control Application in c#, i want
to trap al http request and response header which are sent/recieved. I
am new to Windows programming

There are a couple of open source HTTP proxies (written in C#) available on
the Web. Check out the user samples on GotDotNet.

Cheers,
 
Back
Top