Re: Multi-Threaded 'Get (General questions)
Damba,
Sorry! I see 'Owner' is here: IwodHttpNotify_Done(ByVal Owner
How would I know which 'Thread/Instance' it belonged to?
(e.g., http1(1)..http1(5))?
Greg
Damba,
Thanks again...
Just to clarify:
strResponse=http(5).Response.Body
OR
strResponse=http(5).Owner.Response.Body?Greg,
That's correct. Or, you can use Owner.Response.Body, the effect is the same.
Regards,
Damba