Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.CompressionAlgorithmClientToServer

TElSSHBaseClient     See also     


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


This property specifies the compression algorithm which was accepted during SSH handshake

Declaration

[C#]
    short CompressionAlgorithmClientToServer;

[VB.NET]
    Property CompressionAlgorithmClientToServer As Short

[Pascal]
    property CompressionAlgorithmClientToServer : TSSHCompressionAlgorithm;

[C++]
    uint8_t get_CompressionAlgorithmClientToServer();

[PHP]
    integer get_CompressionAlgorithmClientToServer()

[Java]
    short getCompressionAlgorithmClientToServer();

Values

Description

This property returns the compression algorithm in Client->Server direction which was established during the SSH handshake. Note, that compression algorithms for client->server and server->client data directions may differ.

Discuss this help topic in SecureBlackbox Forum