Discuss this help topic in SecureBlackbox Forum
Specifies whether to set the value of the retransmission timer automatically.
Declaration
[C#/Java]
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)
Description
Use this property to specify whether to set
TimerValue automatically.
Automatically it is set to 1 second.
Discuss this help topic in SecureBlackbox Forum