When I use code like this:
System.Net.WebClient objClient = new WebClient();
string url = "http://google.com";
objClient.DownloadString(url);
It takes a couple of seconds for the connection to get established and then the downloading starts. I reinstalled Windows yesterday and this problem started. This problem seems to happen when I reinstall Windows.
Does anybody know why this problem occurs? Thanks all.