Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.RemoteCharset

TElSimpleFTPSClient     See also     


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


This property specifies remote charset.

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 remote charset.

See also:     RemoteCodePage    

Discuss this help topic in SecureBlackbox Forum