Discuss this help topic in SecureBlackbox Forum

TElWebSocketBase.PeerSubProtocolStr

TElWebSocketBase     See also     


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


Returns the name of the peer subprotocol.

Declaration

[C#]
    string PeerSubProtocolStr;

[VB.NET]
    Property PeerSubProtocolStr As String

[Pascal]
    property PeerSubProtocolStr : string;

[C++]
    void get_PeerSubProtocolStr(std::string &OutResult);
    void set_PeerSubProtocolStr(const std::string &Value);

[PHP]
    string get_PeerSubProtocolStr()
    void set_PeerSubProtocolStr(string $Value)

[Java]
    String getPeerSubProtocolStr();
    void setPeerSubProtocolStr(String S);

Parameters

  • S -

Description

    Use this property to get the name of the subprotocol used by the component's peer.

See also:     PeerExtensionStr     ProtocolStr    

Discuss this help topic in SecureBlackbox Forum