Discuss this help topic in SecureBlackbox Forum
Returns the If header representation of the locks.
Declaration
[VB.NET]
Property ToIfHeader As String
[Pascal]
property ToIfHeader : string;
[C++]
void get_ToIfHeader(std::string &OutResult);
[PHP]
string get_ToIfHeader()
[Java]
String getToIfHeader();
Description
Use this property to get the locks in a form of an If header as described in RFC 4918.
Discuss this help topic in SecureBlackbox Forum