Discuss this help topic in SecureBlackbox Forum
Specifies size of blocks used to pass data to socket.
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 specify size of blocks used to send data to server.
The default value is 65536.
Discuss this help topic in SecureBlackbox Forum