Discuss this help topic in SecureBlackbox Forum

TElWebSocketBase.Ping

TElWebSocketBase     See also     


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


Sends a WebSocket Ping control frame.

Declaration

[C#]
    void Ping();

[VB.NET]
    Sub Ping()

[Pascal]
    procedure Ping;

[C++]
    void Ping();

[PHP]
    void Ping()

[Java]
    void ping();

Description

    Call this method to send a Ping (0x9) control frame. When a Ping request is received by the component, it sends a Pong (0xA) response. The receipt of this response can be handled by the client using the OnPong event.

See also:     OnPong    

Discuss this help topic in SecureBlackbox Forum