RE: [twsocket] Little question... TList of HTTPCli

2005-05-03 Thread Bjørnar Nielsen
nts there.. Regards Bjørnar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ann Sent: 3. mai 2005 13:53 To: ICS support mailing Subject: Re: [twsocket] Little question... TList of HTTPCli yes but im not asking about sender but how do i find this sender in tl

Re: [twsocket] Little question... TList of HTTPCli

2005-05-03 Thread Francois Piette
You have TList.IndexOf -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Ann" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, May 03, 2005 1:53 PM Subject: Re: [twsocket] Little question... TList of HTTPCli > yes but i

Re: [twsocket] Little question... TList of HTTPCli

2005-05-03 Thread Ann
: "Francois Piette" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, May 03, 2005 11:26 AM Subject: Re: [twsocket] Little question... TList of HTTPCli > > Just one little question... > > When i have a TList of busy HTTPCli'ents how do

Re: [twsocket] Little question... TList of HTTPCli

2005-05-03 Thread Francois Piette
> Just one little question... > When i have a TList of busy HTTPCli'ents how do i > know which one should i > remove on OnRequestDone event? You have the sender argument in OnRequestDone. It's the Http component that sent the event. You can cast it to THttpCli and do whatever you like. btw: This

Re: [twsocket] Little question... TList of HTTPCli

2005-05-03 Thread Steve Williams
> When i have a TList of busy HTTPCli'ents how do i know which one should i > remove on OnRequestDone event? The Sender parameter is the one that triggered the event. -- Sly This message and its attachments may contain legally privileged or confidential information. This message is intended