question about System.Net
Posted
by backdoor
on Stack Overflow
See other posts from Stack Overflow
or by backdoor
Published on 2010-05-17T14:32:48Z
Indexed on
2010/05/17
14:41 UTC
Read the original article
Hit count: 241
.NET
|system.net
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....
© Stack Overflow or respective owner