Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. WebRequest Perfomance !

WebRequest Perfomance !

Scheduled Pinned Locked Moved Visual Basic
csharpcomquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Nagaraj Muthuchamy
    wrote on last edited by
    #1

    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

    Programmer (ror)

    C 1 Reply Last reply
    0
    • N Nagaraj Muthuchamy

      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

      Programmer (ror)

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups