Internet Direct (Indy)
Home
PreviousUpNext
TIdIOHandler.SendBufferSize Property

Indicates the buffer size used when writing large chunks of data to the IOHandler connection.

Pascal
property SendBufferSize: Integer;

SendBufferSize is an Integer property that indicates the buffer size used when writing large amounts of data to the transport for the IOHandler. SendBufferSize is the sized used for each chunk of data used when writing to the transport. 

The default value for SendBufferSize is GSendBufferSizeDefault

SendBufferSize is used when Write is called using a TIdStream as the source of data 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.