Discuss this help topic in SecureBlackbox Forum
Specifies the global keep-alive period.
Declaration
[C#/Java]
int GlobalKeepAlivePeriod;
[VB.NET]
Property GlobalKeepAlivePeriod as Integer
[Pascal]
property GlobalKeepAlivePeriod: Integer;
[C++]
int32_t get_GlobalKeepAlivePeriod();
void set_GlobalKeepAlivePeriod(int32_t Value);
[PHP]
integer get_GlobalKeepAlivePeriod()
void set_GlobalKeepAlivePeriod(integer $Value)
Description
Use this property to specify the global keep-alive period for secure connection.
Discuss this help topic in SecureBlackbox Forum