EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.UseUTF8

TElSimpleSSHClient     See also    


 

Specifies whether UTF-8 conversion should be used for data sent by the client.

 
 

Declaration

[C#]
    bool UseUTF8;

[VB.NET]
    Property UseUTF8 As Boolean

[Pascal]
    property UseUTF8 : boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    Use this property to specify, whether all SSH commands and shell data exchanged between SSH client and server should be converted to UTF-8. If this property is set to True, SecureBlackbox expects, that all data coming from SSH server is UTF-8 encoded.

 
 

See also:     Open    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation