Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Jul : Indy (9) read timeout
| Subject: | Indy (9) read timeout |
| Posted by: | "keyser" (keyser_so..@usa.com) |
| Date: | 26 Jul 2005 10:26:23 |
I would like to do a ReadInteger() from my client with a timeout
similar to what you can do with ReadLn(). However, there is no
overloaded form of ReadInteger() which includes a timeout. Can
I get the same result by setting the ReadTimeout property?
Thanks.
PS - what is the rational for having this avilable for ReadLn() but
not the other forms of read()?