Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHServer.UseUTF8

TElSimpleSSHServer     See also     


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


Specifies whether the remote data is treated as UTF8

Declaration

[C#]
    bool UseUTF8;

[VB.NET]
    Property UseUTF8 As Boolean

[Pascal]
    under development

[C++]
    bool get_UseUTF8();
    void set_UseUTF8(bool Value);

[PHP]
    bool get_UseUTF8()
    void set_UseUTF8(bool $Value)

[Java]
    boolean getUseUTF8();
    void setUseUTF8(boolean Value);

Description

    This property corresponds to TElSSHClass.UseUTF8.

See also:     TElSSHClass.UseUTF8    

Discuss this help topic in SecureBlackbox Forum