Discuss this help topic in SecureBlackbox Forum
Specifies the incoming traffic limit.
Declaration
[C#]
int IncomingSpeedLimit;
[VB.NET]
Property IncomingSpeedLimit As Integer
[Pascal]
property IncomingSpeedLimit : integer;
[C++]
int32_t get_IncomingSpeedLimit();
void set_IncomingSpeedLimit(int32_t Value);
[PHP]
integer get_IncomingSpeedLimit()
void set_IncomingSpeedLimit(integer $Value)
[Java]
int getIncomingSpeedLimit();
void setIncomingSpeedLimit(int Value);
Description
Use this property to specify the maximum number of bytes per second that socket client may receive.
The value of 0 (zero) means "no limitation".
Discuss this help topic in SecureBlackbox Forum