THttpCli.FAQ.Timeout

From Overbyte
Revision as of 10:51, 19 February 2006 by Wilfried (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • 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 Abort when timeout is passed.