Discuss this help topic in SecureBlackbox Forum

TElSSHCustomForwarding.GlobalKeepAlivePeriod

TElSSHCustomForwarding     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     KeepAlivePeriod    

Discuss this help topic in SecureBlackbox Forum