Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.CustomEncoding

TElSimpleSSHClient     See also     


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


Specifies custom encoding for SSH connection.

Declaration

[C#]
    Encoding CustomEncoding;

[VB.NET]
    Property CustomEncoding As Encoding

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Use this property to specify custom encoding for SSH connection. If the value is null / Nothing, default system character converter is used.

See also:     NoCharacterEncoding    

Discuss this help topic in SecureBlackbox Forum