Discuss this help topic in SecureBlackbox Forum

TElWebSocketOption Constructor

TElWebSocketOption     


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


Creates a new instance of TElWebSocketOption class.

Declaration

[C#]
    TElWebSocketOption();
    TElWebSocketOption(int APriority);

[VB.NET]
    Sub New()
    Sub New(ByVal APriority As Integer)

[Pascal]
    constructor Create;
    constructor Create(APriority : integer);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElWebSocketOption(int APriority);
    public TElWebSocketOption();

Parameters

  • APriority - specifies the new option's priority. Options with lower priority appear in the beginning of the extensions list during extensions negotiation.

Description

    Use this method to create a new TElWebSocketOption object.

Discuss this help topic in SecureBlackbox Forum