Discuss this help topic in SecureBlackbox Forum

TElWebSocketSubProtocol.Owner

TElWebSocketSubProtocol     


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


Specifies the side of the WebSocket connection which uses the subprotocol.

Declaration

[C#]
    TElWebSocketBase Owner;

[VB.NET]
    Property Owner As TElWebSocketBase

[Pascal]
    property Owner : TElWebSocketBase;

[C++]
    TElWebSocketBase* get_Owner();

[PHP]
    TElWebSocketBase get_Owner()

[Java]
    TElWebSocketBase getOwner();

Description

    Use this property to get the reference to the WebSocket client or server component that uses the subprotocol.

Discuss this help topic in SecureBlackbox Forum