Internet Direct (Indy)
|
property WriteBufferThreshhold: Integer;
WriteBufferThreshhold is a read-only Integer property that represents the number of bytes to accumulate in WriteBuffer prior to flushing data to the connection for the IOHandler.
WriteBufferThreshhold is used in WriteBytes.
The value used in WriteBufferThreshhold is established when write buffering is enabled with a call to WriteBufferOpen.
Use WriteBufferFlush to force data in WriteBuffer to be written to the IOHandler connection.
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. |