> Inside a THttpServer.OnGetDocument event, I have been using several 
> THttpCli
> objects sucessfully for quite a while using Get. As my data returned is
> growing every month, i would like to start using GetAsync.
> The problem i have is, my data is returned in THttpCli.OnDocDone & i am
> unable to access THttpConnection from there to pass the response stream 
> back
> to the original requesting client connection. Is there a way round this?

Derived a class from THttpCli and add any required data or methods you need.
You can for example add a filed for the THttpConnection.

--
Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
http://www.overbyte.be


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to