Discuss this help topic in SecureBlackbox Forum
Specifies the receive buffer size.
Declaration
[VB.NET]
Property RecvBufferSize As Integer
[Pascal]
property RecvBufferSize : integer;
[C++]
int32_t get_RecvBufferSize();
void set_RecvBufferSize(int32_t Value);
[PHP]
integer get_RecvBufferSize()
void set_RecvBufferSize(integer $Value)
[Java]
int getRecvBufferSize();
void setRecvBufferSize(int Value);
Description
Use this property to set the receive buffer size, and SendBufferSize to set the send buffer size.
Discuss this help topic in SecureBlackbox Forum