Discuss this help topic in SecureBlackbox Forum

TElSSHClass.NoCharacterEncoding

TElSSHClass     


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


Specifies if encoding should be used for SSH connection.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property NoCharacterEncoding : boolean;

[C++]
    bool get_NoCharacterEncoding();
    void set_NoCharacterEncoding(bool Value);

[PHP]
    bool get_NoCharacterEncoding()
    void set_NoCharacterEncoding(bool $Value)

[Java]
    not available

Description

    Set this property to True if encoding should NOT be used for SSH connection. The default value is False (encoding is used).

Discuss this help topic in SecureBlackbox Forum