Discuss this help topic in SecureBlackbox Forum
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)
Parameters
Description
Use this property to get the name of the subprotocol used by the component's peer.
Discuss this help topic in SecureBlackbox Forum