Discuss this help topic in SecureBlackbox Forum
Specifies whether to adjust the send and receive buffer sizes automatically.
Declaration
Description
If this property is set to True, the socket's send and receive buffer sizes will be automatically adjusted by the component during the data transfer. Minimum and maximum buffer sizes can be set using the MinBufferSize and MaxBufferSize properties. Strict buffer sizes can be set via SendBufferSize and RecvBufferSize. If the strict sizes are set, AutoAdjustBuffersSize is ignored.