EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.CompressionAlgorithmPriorities

TElSimpleSSHClient     See also    


 

Specifies priorities of different compression algorithms.

 
 

Declaration

[C#]
    int get_CompressionAlgorithmPriorities(TSSHCompressionAlgorithm Index);
    void set_CompressionAlgorithmPriorities(TSSHCompressionAlgorithm Index, int Value);

[VB.NET]
    Property CompressionAlgorithmPriorities(ByVal Index As TSSHCompressionAlgorithm) As Integer

[Pascal]
    property CompressionAlgorithmPriorities [Index : TSSHCompressionAlgorithm] : integer;
    TSSHCompressionAlgorithm = SSH_CA_FIRST..SSH_CA_LAST;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of the desired compression algorithm.
  • [C#]Value - desired priority value
 
 

Values

[.NET] [Pascal] [ActiveX] Value
SSH_CA_FIRST 0 (0x00)
SSH_CA_NONE 0 (0x00)
SSH_CA_ZLIB 1 (0x01)
SSH_CA_ZLIB_DELAYED 2 (0x02)
SSH_CA_LAST 2 (0x02)
Declared in
[.NET] [Pascal]
Namespace: SBSSHConstants
Assembly: SecureBlackbox.SSHClient
Unit: SBSSHConstants

 
 

Description

    Use this property to get or set priority values of the compression algorithms. The higher is this value, the more preferred is the algorithm.

 
 

See also:     CompressionAlgorithms    

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