Discuss this help topic in SecureBlackbox Forum
Specifies the outgoing traffic limit.
Declaration
[C#]
int OutgoingSpeedLimit;
[VB.NET]
Property OutgoingSpeedLimit As Integer
[Pascal]
property OutgoingSpeedLimit : integer;
[C++]
int32_t get_OutgoingSpeedLimit();
void set_OutgoingSpeedLimit(int32_t Value);
[PHP]
integer get_OutgoingSpeedLimit()
void set_OutgoingSpeedLimit(integer $Value)
[Java]
int getOutgoingSpeedLimit();
void setOutgoingSpeedLimit(int Value);
Description
Use this property to specify the maximum number of bytes per second
that SSH client may send. The value of 0 (zero) means "no limitation".
Discuss this help topic in SecureBlackbox Forum