Discuss this help topic in SecureBlackbox Forum

TElWebSocketBase.ExtensionsStr

TElWebSocketBase     See also     


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


Returns the textual description of the component's extensions.

Declaration

[C#]
    string ExtensionsStr;

[VB.NET]
    Property ExtensionsStr As String

[Pascal]
    property ExtensionsStr : string;

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

[PHP]
    string get_ExtensionsStr()

[Java]
    String getExtensionsStr();

Description

    This property returns a string that lists all extension names and their parameters, separated by commas.

See also:     Extensions    

Discuss this help topic in SecureBlackbox Forum