Difference between revisions of "THttpCli.FAQ.Timeout"

From Overbyte
Jump to navigation Jump to search
(No difference)

Revision as of 07:57, 15 February 2006

  • Method 1

Use a TTimer. You start it when you are executing your request and disable from OnRequestDone. In the TTimer.OnTimer event you should call THttpCli.Abort when timeout is passed.