question about System.Net
- by backdoor
hi all.
when i use some code like this:
System.Net.WebClient objClient = new WebClient();
string url = "http://google.com";
objClient.DownloadString(url);
it takes some seconds to connection stablished and downloading starts...
i reinstall my windows yesterday.
before yesterday i havent this problem.
some times when i reinstall my windows this problem occures.
does anyboddy know why this problem occures??
thanks all and sorry for my bad english....