Discuss this help topic in SecureBlackbox Forum
Specifies if keep-alive mode is used.
Declaration
[C#/Java]
bool UseKeepAlive;
[VB.NET]
Property UseKeepAlive As Boolean
[Pascal]
property UseKeepAlive : boolean;
[C++]
bool get_UseKeepAlive();
void set_UseKeepAlive(bool Value);
[PHP]
bool get_UseKeepAlive()
void set_UseKeepAlive(bool $Value)
Description
This property specifies if the keep-alive mode should be used.
Discuss this help topic in SecureBlackbox Forum