Discuss this help topic in SecureBlackbox Forum
Returns the name of the active subprotocol.
Declaration
[C#/Java]
string ProtocolStr;
[VB.NET]
Property ProtocolStr As String
[Pascal]
property ProtocolStr : string;
[C++]
void get_ProtocolStr(std::string &OutResult);
[PHP]
string get_ProtocolStr()
Description
Use this property to get the name of the active subprotocol, specified by the SubProtocol property.
Discuss this help topic in SecureBlackbox Forum