Discuss this help topic in SecureBlackbox Forum
Specifies whether to apply retransmission timer, or not.
Declaration
[C#]
bool UseRetransmissionTimer;
[VB.NET]
Property UseRetransmissionTimer As Boolean
[Pascal]
property UseRetransmissionTimer: boolean;
[C++]
bool get_UseRetransmissionTimer();
void set_UseRetransmissionTimer(bool Value);
[PHP]
bool get_UseRetransmissionTimer()
void set_UseRetransmissionTimer(bool $Value)
[Java]
boolean getUseRetransmissionTimer();
void setUseRetransmissionTimer(boolean Value);
Description
Set this property value to
True to repeat sending data which may be lost when using protocols with unwarranted delivery.
Repeat period is specified by
TimerValue property.
If UseRetransmissionTimer is
False, the server will not repeat sending.
Discuss this help topic in SecureBlackbox Forum