Re: [twsocket] THttpCli simultaneous

2008-08-12 Thread crazdcodr
Is there a better method of doing this? If so, a small example would be GREATLY appreciated. procedure TForm1.ExecSimultaneous; begin for Item := 1 to CheckListBox1.Items.Count do begin AHttpCli := THttpCli.Create(Self); with AHttpCli do begin MultiThreaded := True; FHttpCliList.Add(AHttpCli);

[twsocket] ICS-SSL now released as freeware. ICS is ready for Tiburon. Version Control repository for ICS

2008-08-12 Thread Francois PIETTE
Here are a few things worth mentionning :-) ICS-SSL === As promised long time ago, ICS-SSL is now going public. It means everybody will have free access to the source code. ICS-SSL is nearly finished. It is already used by more than 150 contributors, many in real commercial application with

Re: [twsocket] ICS-SSL now released as freeware. ICS is ready for Tiburon. Version Control repository for ICS

2008-08-12 Thread [EMAIL PROTECTED]
thats great. is it possible to use ssl and non-ssl at the same time? i.e. for a pop3 client that can connect to a aecure and a nonsecure server ? Here are a few things worth mentionning :-) ICS-SSL === As promised long time ago, ICS-SSL is now going public. It means everybody will have

Re: [twsocket] ICS-SSL is it possible to use ssl and non-ssl at the same time?

2008-08-12 Thread Francois PIETTE
thats great. is it possible to use ssl and non-ssl at the same time? i.e. for a pop3 client that can connect to a aecure and a nonsecure server ? All SSL enabled component support non SSL at the same time. You don't need two version. The highest version (SSL enabled) will do SSL and non SSL.

Re: [twsocket] ICS-SSL now released as freeware. ICS is ready for Tiburon. Version Control repository for ICS

2008-08-12 Thread Arno Garrels
[EMAIL PROTECTED] wrote: thats great. is it possible to use ssl and non-ssl at the same time? i.e. for a pop3 client that can connect to a aecure and a nonsecure server ? Yes it is. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or change your