Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.IncomingSpeedLimit

TElCustomSimpleSSLClient     See also     


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


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

See also:     InternalSocket     OutgoingSpeedLimit    

Discuss this help topic in SecureBlackbox Forum