[twsocket] AN: Usermade - SOAP Client demo using HttpCli

2006-08-19 Thread David A. G.
Hello all, I sent to Francois "SOAP Client demo using ICS HTTP Client component for Google API - Spelling Suggestion". Check the UserMade section. http://www.overbyte.be Name: SoapGoogleDemo.ZIP Size: 27 KB Author: David Jorge Aguirre Grazio SOAP Client demo using HTTP client compon

[twsocket] Using Pop3Cli in a thread

2006-08-19 Thread Patrick Wong
The Pop3Cli is working in worker thread, after setting the Pop3Cli->CtrlSocket->MultiThreaded to true. Thanks to all that have kindly responded.-- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at htt

Re: [twsocket] THttpCli - Abort .GetAsync on Received Header Contents

2006-08-19 Thread Francois PIETTE
> If I start a HttpCli.GetAsync operation, how can I terminate it > immedietly Call Abort method. > Also, if I use THttpCli components on a form and free that form will > there be any problems if there is a .GetAsync operation still pending? No problem. But be sure to use Form1.Release instead

[twsocket] THttpCli - Abort .GetAsync on Received Header Contents

2006-08-19 Thread Johnnie Norsworthy
If I start a HttpCli.GetAsync operation, how can I terminate it immedietly based on the contents on the header received, for example "Content-Type"? As soon as I get this header and see that it is not what I need, I want to cancel receiving the body. I am trying to download some images that may no