Discuss this help topic in SecureBlackbox Forum

TElWebSocketBase.Active

TElWebSocketBase     See also     


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


Specifies if WebSocket connection is active.

Declaration

[C#]
    bool Active;

[VB.NET]
    Property Active As Boolean

[Pascal]
    property Active : boolean;

[C++]
    bool get_Active();

[PHP]
    bool get_Active()

[Java]
    boolean getActive();

Description

    Use this property to check whether the WebSocket connection is established, and the data can be sent and received.

See also:     Close     Ping    

Discuss this help topic in SecureBlackbox Forum