Discuss this help topic in SecureBlackbox Forum
This read-only property contains charset agreed by the server and client.
Declaration
[C#]
string NegotiatedCharset;
[VB.NET]
Property NegotiatedCharset As String
[Pascal]
property NegotiatedCharset : String;
[C++]
void get_NegotiatedCharset(std::string &OutResult);
[PHP]
string get_NegotiatedCharset()
[Java]
String getNegotiatedCharset();
Description
Use this property to get file charset used between server and client.
Discuss this help topic in SecureBlackbox Forum