Discuss this help topic in SecureBlackbox Forum
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
This topic is under development.
Discuss this help topic in SecureBlackbox Forum