WebRequest Perfomance !
-
I am using WebRequest class to crawl a sites. This class is just working like a browser. It takes more time to download the response. Is there any idea to download only the Response Text so quickly Using .NET? Thanks, Nagaraj
-
I am using WebRequest class to crawl a sites. This class is just working like a browser. It takes more time to download the response. Is there any idea to download only the Response Text so quickly Using .NET? Thanks, Nagaraj
Nagaraj Muthuchamy wrote:
This class is just working like a browser.
In what way is it acting like a browser? Is it running the javascript on a page or something?
Nagaraj Muthuchamy wrote:
It takes more time to download the response
More time than what?
Nagaraj Muthuchamy wrote:
Is there any idea to download only the Response Text so quickly Using .NET?
I don't see how. It is just an HTTP wrapper around sockets. It doesn't really do that much for you. You still have to interpret the response yourself.
Developer Day Scotland 2 - Free community conference Recent blog posts: *Throwing Exceptions *Training Developers * Method hiding or overriding - or the difference between new and virtual