Discuss this help topic in SecureBlackbox Forum

TElSSHServer.NoCharacterEncoding

TElSSHServer     See also     


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


Specifies if encoding should be used for SSH connection.

Declaration

[C#/Java]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    property NoCharacterEncoding : boolean;

[C++]
    not available

[PHP]
    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).

See also:     CustomEncoding    

Discuss this help topic in SecureBlackbox Forum