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. C#
  4. get realtime data from website

get realtime data from website

Scheduled Pinned Locked Moved C#
csharpquestionannouncement
4 Posts 3 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.
  • D Offline
    D Offline
    djdjoko
    wrote on last edited by
    #1

    hi, i am trying to get realtime data from following website: http://www.igindex.co.uk/pricestream/outside/getMarketList?webSiteId=igi&businessArea=F&locale=en_GB&firstTime=true[^] currently i am using the WebBrowser class in c# to access the site. I am using a timer and scan the website to get the most recent information. is it possible to get this data without a timer but with a callback e.g. whnever a value update/change occurs? thanks :)

    R 1 Reply Last reply
    0
    • D djdjoko

      hi, i am trying to get realtime data from following website: http://www.igindex.co.uk/pricestream/outside/getMarketList?webSiteId=igi&businessArea=F&locale=en_GB&firstTime=true[^] currently i am using the WebBrowser class in c# to access the site. I am using a timer and scan the website to get the most recent information. is it possible to get this data without a timer but with a callback e.g. whnever a value update/change occurs? thanks :)

      R Offline
      R Offline
      Rolando CC
      wrote on last edited by
      #2

      It is remote, i don't think so. :doh:

      D 1 Reply Last reply
      0
      • R Rolando CC

        It is remote, i don't think so. :doh:

        D Offline
        D Offline
        djdjoko
        wrote on last edited by
        #3

        So I assume that the way I am currently doing it is the only way? Any other ideas? Thanks

        S 1 Reply Last reply
        0
        • D djdjoko

          So I assume that the way I am currently doing it is the only way? Any other ideas? Thanks

          S Offline
          S Offline
          SimpleData
          wrote on last edited by
          #4

          You are right, the only way is to check with a timer because it is remote. Since remote server doesn't let you know when anything changes, it is not possible. Your app should check.

          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