Discuss this help topic in SecureBlackbox Forum
Specifies size of blocks used to pass data to socket.
Declaration
[C#/Java]
int SendBufferSize = 0x10000
[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)
Description
Use this property to specify size of blocks used to send data to server.
Default value is 65536.
Discuss this help topic in SecureBlackbox Forum