Discuss this help topic in SecureBlackbox Forum
Specifies the global keep-alive period.
Declaration
[C#]
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)
[Java]
int getGlobalKeepAlivePeriod();
void setGlobalKeepAlivePeriod(int Value);
Description
Use this property to specify the global keep-alive period for secure connection.
Discuss this help topic in SecureBlackbox Forum