Discuss this help topic in SecureBlackbox Forum
Specifies the size of send buffer.
Declaration
[VB.NET]
Property SendBufferSize As Integer
[Pascal]
property SendBufferSize : integer;
[C++]
int32_t get_SendBufferSize();
void set_SendBufferSize(int32_t Value);
[PHP]
integer get_SendBufferSize()
void set_SendBufferSize(integer $Value)
[Java]
int getSendBufferSize();
void setSendBufferSize(int Value);
Description
Use this property to set the size of send buffer in bytes.
The default value is 1048576 (1 MB).
Discuss this help topic in SecureBlackbox Forum