Discuss this help topic in SecureBlackbox Forum
Specifies the charset of the remote party.
Declaration
[C#]
string RemoteCharset;
[VB.NET]
Property RemoteCharset As String
[Pascal]
property RemoteCharset : string;
[C++]
void get_RemoteCharset(std::string &OutResult);
void set_RemoteCharset(const std::string &Value);
[PHP]
string get_RemoteCharset()
void set_RemoteCharset(string $Value)
[Java]
String getRemoteCharset();
void setRemoteCharset(String Value);
Description
Use this property to specify the charset used by the remote party.
Discuss this help topic in SecureBlackbox Forum