Method | Description | |
---|---|---|
Add ( |
Adds a new connection to this throttle.
|
|
Remove ( |
Removes an existent Connection from this throttle or does nothing if the connection does not belong to this throttle.
|
|
Remove ( int index ) : void | ||
RemoveAll ( ) : void |
Removes all connections from this throttle.
|
|
Throttle ( ThrottleType type ) : System | ||
this ( int index ) : |
Method | Description | |
---|---|---|
AdjustReceiveBuffer ( ) : void | ||
AdjustSendBuffer ( ) : void | ||
CalculateBufferSize ( int maxSpeed ) : int | ||
Poll ( ) : void | ||
ResetReceiveBuffer ( ) : void | ||
ResetReceiveBuffer ( |
||
ResetSendBuffer ( ) : void | ||
ResetSendBuffer ( |
||
UpdateDownload ( int newBytes ) : void | ||
UpdateUpload ( int newBytes ) : void |
public Throttle ( ThrottleType type ) : System | ||
type | ThrottleType | |
return | System |