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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|