Discuss this help topic in SecureBlackbox Forum

TElBaseSocketClient.OutgoingSpeedLimit

TElBaseSocketClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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 the client may send. The value of 0 (zero) means "no limit". This property is meaningful only of the internal socket is used.

See also:     InternalSocket     IncomingSpeedLimit    

Discuss this help topic in SecureBlackbox Forum