Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Feb : Re: Throttle and SocksInfo at the same time
| Subject: | Re: Throttle and SocksInfo at the same time |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 5 Feb 2007 12:11:20 |
"York" <office@onlinebg.info> wrote in message
news:45c750ea@newsgroups.borland.com...
> Now I need to do the following:
> Keep the assignments above and alos limit the bytes/second
> being sent over the socket connection.
TIdTCPClient - TIdIOHandlerThrottler - TIdIOHandlerSocket -
TIdSocksInfo
> Can I change the BytesPerSecond property of the Throttle while a
connection
> is established without need to reconnect?
Yes.
Gambit