WebProxy class

rpiller

Member
Joined
Feb 6, 2007
Messages
8
Programming Experience
5-10
I'm using the WebProxy class along with the WebRequest class to get some data from a website. The problem is when I see the data updated via a browser, my program still has old data in it. I'm thinking the proxy is caching the data and that's what I'm getting back. Via code how can I make sure I'm getting the most current data from the site and not a proxy cache version of the site? Thanks,
 
Back
Top