I suggest you look up the HttpWebRequest class and its methods:BeginGetResponse() and EndGetResponse() methods.
I should think there *is* a wealth of information on the net on the usage of these classes. I believe you are not using the right search keywords. On Oct 7, 1:03 am, B☼gus Excepti☼n <[email protected]> wrote: > Given VB.NET 2008, struggling to find a clean way to grab the csv file/ > stream returned from download.finance.yahoo... asynchronously (non- > blocking). I know all about how to formulate the URL, etc. I'm talking > about on the VS side. > > I'm really surprised that I can't find a wealth of data on doing > this. > > Any pointers appreciated. > > TIA! > > pat > :)
