Discuss this help topic in SecureBlackbox Forum
Specifies if keep-alive is allowed.
Declaration
[C#/Java]
bool AllowKeepAlive;
[VB.NET]
Property AllowKeepAlive As Boolean
[Pascal]
property AllowKeepAlive : boolean;
[C++]
bool get_AllowKeepAlive();
void set_AllowKeepAlive(bool Value);
[PHP]
bool get_AllowKeepAlive()
void set_AllowKeepAlive(bool $Value)
Description
Use this property to allow or disallow the keep-alive mode.
Discuss this help topic in SecureBlackbox Forum