| 
 
Internet Direct (Indy) 
 | 
Implements a connection intercept that limits throughput to a target value.
TIdInterceptThrottler = class(TIdConnectionIntercept);
TIdInterceptThrottler is a TIdConnectionIntercept descendant that implements a connection intercept with the capability to restrict throughput on the connection to a target number of bits per second.
TIdInterceptThrottler provides overridden Send and Receive methods that implement bandwidth checking and preservation using the target value indicated in BitsPerSec.
| 
 
Internet Direct (Indy) version 10.1.5 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup.  |