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: | "York" (nospam@nospam.com) |
| Date: | Mon, 5 Feb 2007 22:19:43 |
Thank you Remy
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:45c78f35$1@newsgroups.borland.com...
>
> "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
none