Discuss this help topic in SecureBlackbox Forum
Returns the name of the active subprotocol.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum