GetResponse is a normal blocking call (e.g. synchronous) but, it doesn't mean that it synchronously gets all the data. BeginGetResponse is asynchronous in that it executes on a thread pool thread; but it doesn't get all the data in one block either--it calls the callback periodically for each chunk of data.
On Tue, 11 Oct 2005 10:56:15 -0400, Ice Shock <[EMAIL PROTECTED]> wrote: >Also it is synchronous as opposed to Asynchronous using the BeginGetResponse >method, and this is described by Microsoft as Asynchronous and uses a call >back method. =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
