Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.SendKeepAlive

TElSimpleSSHClient     


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


Forces SSH client to send "keepalive" signal to the server.

Declaration

[C#]
    void SendKeepAlive();

[VB.NET]
    Sub SendKeepAlive()

[Pascal]
    procedure SendKeepAlive;

[C++]
    void SendKeepAlive();

[PHP]
    void SendKeepAlive()

[Java]
    void sendKeepAlive();

Description

    Call this method to make SSH client send a signal to the server to keep the connection alive.

Discuss this help topic in SecureBlackbox Forum