Hey,
im programming on Visual Studio 2010 in C# and got a problem with the HttpWebRequest-Class.
When first connecting to a website the response takes like 2-3 seconds, after that all new request take under 1s. Its really only the first connect that takes alot of time. Anyone an idea what causes this? Im running W7 Prof.
Thx for your time!
Loading
NiklasPosted May 31, 2011, 7:50 AM
already solved it, one need to set the WebRequest.DefaultProxy = null!
Sam HobbsPosted May 30, 2011, 2:34 PM