Discuss this help topic in SecureBlackbox Forum

TElSSHClient.SendKeepAlive

TElSSHClient     


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


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

Declaration

[C#]
    void SendKeepAlive(TElSSHTunnelConnection Connection);

[VB.NET]
    Sub SendKeepAlive(ByVal Connection As TElSSHTunnelConnection)

[Pascal]
    procedure SendKeepAlive(Connection : TElSSHTunnelConnection = nil);

[C++]
    void SendKeepAlive(TElSSHTunnelConnection &Connection);
    void SendKeepAlive(TElSSHTunnelConnection *Connection);

[PHP]
    void SendKeepAlive(TElSSHTunnelConnection $Connection)

[Java]
    void sendKeepAlive(TElSSHTunnelConnection Connection);

Parameters

  • Connection (Conn) - SSH connection

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