Discuss this help topic in SecureBlackbox Forum

TElDTLSServer.AutoAdjustTimerValue

TElDTLSServer     See also     


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


Specifies whether to set the value of the retransmission timer automatically.

Declaration

[C#]
    bool AutoAdjustTimerValue;

[VB.NET]
    Property AutoAdjustTimerValue As Boolean

[Pascal]
    property AutoAdjustTimerValue: boolean;

[C++]
    bool get_AutoAdjustTimerValue();
    void set_AutoAdjustTimerValue(bool Value);

[PHP]
    bool get_AutoAdjustTimerValue()
    void set_AutoAdjustTimerValue(bool $Value)

[Java]
    boolean getAutoAdjustTimerValue();
    void setAutoAdjustTimerValue(boolean Value);

Description

    Use this property to specify whether to set TimerValue automatically. Automatically it is set to 1 second.

See also:     TimerValue     UseRetransmissionTimer    

Discuss this help topic in SecureBlackbox Forum