Discuss this help topic in SecureBlackbox Forum

TElWebSocketSubProtocols.Owner

TElWebSocketSubProtocols     See also     


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


Specifies the owner of the subprotocol list.

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 component (client or server) that owns the list of subprotocols.

See also:     Items    

Discuss this help topic in SecureBlackbox Forum