Discuss this help topic in SecureBlackbox Forum

TElSSLServer.SendKeepAlive

TElSSLServer     See also     


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


Forces SSL server to send a heartbeat request to client.

Declaration

[C#]
    bool SendKeepAlive();

[VB.NET]
    Function SendKeepAlive() As Boolean

[Pascal]
    function SendKeepAlive : boolean;

[C++]
    bool SendKeepAlive();

[PHP]
    bool SendKeepAlive()

[Java]
    boolean sendKeepAlive();

Return value

    This method returns False only if the heartbeat extension is not supported on either client, or server side.

Description

    Call this method to send a heartbeat request to the client. A heartbeat TLS extension is similar to the TCP keep-alive feature, but is more powerful. Heartbeat is supported only for TLS and DTLS, but not for SSL2 and SSL3.

Discuss this help topic in SecureBlackbox Forum