[twsocket] How to stop location change for the HttpCli

2005-07-20 Thread KL Chin
Hi Everyone, Could someone assist me on this requirement. Basically I would like to stop the HttpCli proceed to next/redirect location, when it received the very first request. Because the first received data more meaningful for me. Knowing that by using FOnLocationChange, I can copy the

Re: [twsocket] How to stop location change for the HttpCli

2005-07-20 Thread Francois Piette
- From: KL Chin [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, July 20, 2005 8:47 AM Subject: [twsocket] How to stop location change for the HttpCli Hi Everyone, Could someone assist me on this requirement. Basically I would like to stop the HttpCli

Re: [twsocket] How to stop location change for the HttpCli

2005-07-20 Thread KL Chin
: Re: [twsocket] How to stop location change for the HttpCli Basically I would like to stop the HttpCli proceed to next/redirect location Use FollowRelocation property. Set it to FALSE. -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework

Re: [twsocket] How to stop location change for the HttpCli

2005-07-20 Thread KL Chin
Hi Francios, Thx for ur reply. Regards KL Chin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Francois Piette Sent: Wednesday, July 20, 2005 4:03 PM To: ICS support mailing Subject: Re: [twsocket] How to stop location change for the HttpCli Which