Discuss this help topic in SecureBlackbox Forum

TElSSHClient.CompressionAlgorithmPriorities

TElSSHClient     See also     


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


Specifies priorities of different compression algorithms.

Declaration

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

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

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

[C++]
    not available

[PHP]
    not available

Parameters

  • Index - index of the desired compression algorithm.
  • Value - desired priority value

Values


Description

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

See also:     CompressionAlgorithms    

Discuss this help topic in SecureBlackbox Forum