views:

103

answers:

1

I need to read the text of a webpage programmaticly (not html source, but it doesn't matter). It takes too much time with "WebClient().DownloadString()" and the time is very important in the program. Any tips to do that faster?

Thanks...

A: 

Ok, I solved the problem. The target server is very far. I decided to use tunnel/proxy sites. Now I get the text from that webpage faster because of tunnel site's connections are better here...

Proton