Discuss this help topic in SecureBlackbox Forum

TElWebSocketBase.ProtocolStr

TElWebSocketBase     See also     


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


Returns the name of the active subprotocol.

Declaration

[C#]
    string ProtocolStr;

[VB.NET]
    Property ProtocolStr As String

[Pascal]
    property ProtocolStr : string;

[C++]
    void get_ProtocolStr(std::string &OutResult);

[PHP]
    string get_ProtocolStr()

[Java]
    String getProtocolStr();

Description

    Use this property to get the name of the active subprotocol, specified by the SubProtocol property.

See also:     SubProtocol     PeerProtocolStr    

Discuss this help topic in SecureBlackbox Forum