Re: Keep alive connection in Delphi 5 - WeOnlyDo Discussion board

Re: Keep alive connection in Delphi 5 (General questions)

by Michal, Monday, February 04, 2008, 16:19 (6140 days ago) @ woddrazen

So I tried this:

wod1.Blocking := True;
wod1.URL := 'http://www.weonlydo.com';
wod1.KeepAlive := 1; // only for sure
wod1.Connect1; // here the event Connection was fired - it's OK
wod1.Get; // here the events Done and Disconnected were fired

So wod1.Get closed the connection - I don't want to close the connection.


Complete thread: