Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Feb : Throttle and SocksInfo at the same time
| Subject: | Throttle and SocksInfo at the same time |
| Posted by: | "York" (offi..@onlinebg.info) |
| Date: | Mon, 5 Feb 2007 17:46:31 |
Hello
In my application I am using a TidTCPClient (Indy 9)
It has a TidIOHandlerSocket assigned and a TidSocksInfo
i.e.
TidTCPClient - TidIOHandlerSocket - TidSocksInfo
Now I need to do the following:
Keep the assignments above and alos limit the bytes/second being sent over
the socket connection.
Can I do this with idHandleThrottle and how will it match in the picture
above?
My second question is
Can I change the BytesPerSecond property of the Throttle while a connection
is established without need to reconnect?
Thanks in advance