Caching Visited Web links.

  • Thread starter Thread starter Mugunth
  • Start date Start date
M

Mugunth

Hi,
I want to write a program that could cache all the pages accessed from
a computer, irrespective of the browser. Is it possible to intercept
the port number 80 for this? How can I do this in C#? Is there any
other way?

Regards,
Mugunth
 
Thus wrote Mugunth,
Hi,
I want to write a program that could cache all the pages accessed from
a computer, irrespective of the browser. Is it possible to intercept
the port number 80 for this? How can I do this in C#? Is there any
other way?

Sure. Use any plain old caching web proxy and set it as system default ;-)

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top