Discuss this help topic in SecureBlackbox Forum

TElWebSocketOption.Active

TElWebSocketOption     


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


Returns option's activity status.

Declaration

[C#]
    bool Active;

[VB.NET]
    Property Active As Boolean

[Pascal]
    property Active : boolean;

[C++]
    bool get_Active();
    void set_Active(bool Value);

[PHP]
    bool get_Active()
    void set_Active(bool $Value)

[Java]
    boolean getActive();
    void setActive(boolean Value);

Description

    Use this property to check or switch the option's activity status.

Discuss this help topic in SecureBlackbox Forum