Discuss this help topic in SecureBlackbox Forum
...
Declaration
[C#/Java]
bool AutoAdjustBuffersSize;
[VB.NET]
Property AutoAdjustBuffersSize As Boolean
[Pascal]
property AutoAdjustBuffersSize : boolean;
[C++]
bool get_AutoAdjustBuffersSize();
void set_AutoAdjustBuffersSize(bool Value);
[PHP]
bool get_AutoAdjustBuffersSize()
void set_AutoAdjustBuffersSize(bool $Value)
Description
If this property is True, then socket
send and receive buffer size will be automatically adjusted by the
component during data transfer.
Discuss this help topic in SecureBlackbox Forum