Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.LocalCharset

TElSimpleSFTPClient     See also     


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


Specifies the local charset.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property LocalCharset : string;

[C++]
    void get_LocalCharset(std::string &OutResult);
    void set_LocalCharset(const std::string &Value);

[PHP]
    string get_LocalCharset()
    void set_LocalCharset(string $Value)

[Java]
    not available

Description

Use this property to specify client's local charset.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum