Discuss this help topic in SecureBlackbox Forum

TElIdSSHServerIOHandler.CompressionAlgorithms

TElIdSSHServerIOHandler     See also     


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


This property specifies the compression algorithms which can be used for compressing data

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property CompressionAlgorithms [Index : TSSHCompressionAlgorithm] : boolean;
    TSSHCompressionAlgorithm = SSH_CA_FIRST..SSH_CA_LAST;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Index - index of the compression algorithm.

Values

Description

    Set this property to specify which compression algorithms can be used to compress data during the session. Now only two algorithms are defined by standard: NONE (no compression) and ZLIB.

See also:     EncryptionAlgorithms     MacAlgorithms     KexAlgorithms     PublicKeyAlgorithms    

Discuss this help topic in SecureBlackbox Forum