Hello Mac,

>   How i implement a timeout control in HttpCli...

Use async call's and a timer. when timer expires call abort, when request
is done disable timer.

>   I using HttpCli in sync mode, because i need to run it in Thread..

You can use async mode in a thread as well. There is no difference, just
call HttpCli.Socket.ProcessMessages in the Execute method. Nothing more
to do.

>   How i cancel httpcli get/post command? after started?

Abort;

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

-- 
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