Discuss this help topic in SecureBlackbox Forum

TElSFTPServer.NegotiatedCharset

TElSFTPServer     See also     


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


This read-only property contains charset agreed by the server and client.

Declaration

[C#]
    string NegotiatedCharset;

[VB.NET]
    Property NegotiatedCharset As String

[Pascal]
    property NegotiatedCharset : String;

[C++]
    void get_NegotiatedCharset(std::string &OutResult);

[PHP]
    string get_NegotiatedCharset()

[Java]
    String getNegotiatedCharset();

Description

    Use this property to get file charset used between server and client.

See also:     FilenameCharset    

Discuss this help topic in SecureBlackbox Forum