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);
Ta
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
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
Hello
The HTTPCLI object uses a memorystream, but I need to turn this into
a string so that I can pass the web page to a TPerlRegEx object to
extract some information.
I'm a newbie, and can't find why Delphi2007 complains about incompatible type:
=
function StreamToText(oStream : TMemo
> 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 SS
[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 you