Discuss this help topic in SecureBlackbox Forum
Returns the description of peer's extensions.
Declaration
[C#]
string PeerExtensionsStr;
[VB.NET]
Property PeerExtensionsStr As String
[Pascal]
property PeerExtensionsStr : string;
[C++]
void get_PeerExtensionsStr(std::string &OutResult);
void set_PeerExtensionsStr(const std::string &Value);
[PHP]
string get_PeerExtensionsStr()
void set_PeerExtensionsStr(string $Value)
Parameters
Description
Returns a comma-separated list of names and parameters of the extensions supported or requested by the component's peer.
Discuss this help topic in SecureBlackbox Forum