Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.KeepAlivePeriod

TElSimpleSFTPClient     


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


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

Declaration

[C#]
    long KeepAlivePeriod;

[VB.NET]
    Property KeepAlivePeriod As Long

[Pascal]
    property KeepAlivePeriod : Int64;

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

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

[Java]
    long getKeepAlivePeriod();
    void setKeepAlivePeriod(long TimeOut);

Parameters

  • TimeOut -

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