Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.CompressionLevel

TElSSHBaseClient     See also     


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


This property specifies the preferred compression level

Declaration

[C#]
    int CompressionLevel;

[VB.NET]
    Property CompressionLevel As Integer

[Pascal]
    property CompressionLevel : integer;

[C++]
    int32_t get_CompressionLevel();
    void set_CompressionLevel(int32_t Value);

[PHP]
    integer get_CompressionLevel()
    void set_CompressionLevel(integer $Value)

[Java]
    int getCompressionLevel();
    void setCompressionLevel(int Value);

Description

Set this property before opening connection. The possible values range from 0 (minimum compression) to 9 (maximum compression). This property is ignored if compression wasn't accepted during the handshake.

See also:     CompressionAlgorithms    

Discuss this help topic in SecureBlackbox Forum