Discuss this help topic in SecureBlackbox Forum

TElSSHCustomForwarding.KeepAlivePeriod

TElSSHCustomForwarding     


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


Specifies tunnel inactivity period, after which the keep-alive signal will be sent.

Declaration

[C#]
    int KeepAlivePeriod;

[VB.NET]
    Property KeepAlivePeriod As Integer

[Pascal]
    property KeepAlivePeriod: Integer;

[C++]
    int32_t get_KeepAlivePeriod();
    void set_KeepAlivePeriod(int32_t Value);

[PHP]
    integer get_KeepAlivePeriod()
    void set_KeepAlivePeriod(integer $Value)

[Java]
    int getKeepAlivePeriod();
    void setKeepAlivePeriod(int Value);

Description

    Use this property to specify tunnel inactivity period (in milliseconds), after which the keep-alive signal will be sent.
    Default value is 0 (no keep-alive signals).

Discuss this help topic in SecureBlackbox Forum