Discuss this help topic in SecureBlackbox Forum

TElRESTClient.XMLCharset

TElRESTClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies XML charset.

Declaration

[C#]
    string XMLCharset;

[VB.NET]
    Property XMLCharset As String

[Pascal]
    property XMLCharset : string;

[C++]
    void get_XMLCharset(std::string &OutResult);
    void set_XMLCharset(const std::string &Value);

[PHP]
    string get_XMLCharset()
    void set_XMLCharset(string $Value)

[Java]
    String getXMLCharset();
    void setXMLCharset(String Value);

Description

    Use this property to specify the XML charset. The default value is "utf-8".

See also:     Post     Put     XMLCanonicalizationMethod    

Discuss this help topic in SecureBlackbox Forum