Discuss this help topic in SecureBlackbox Forum
Specifies if keep-alive mode is used.
Declaration
[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)
[Java]
boolean getUseKeepAlive();
void setUseKeepAlive(boolean Value);
Description
This property specifies if the keep-alive mode should be used.
Discuss this help topic in SecureBlackbox Forum