Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.CompressionAlgorithmServerToClient

TElSSHBaseClient     See also     


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


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

Declaration

[C#]
    short CompressionAlgorithmServerToClient;

[VB.NET]
    Property CompressionAlgorithmServerToClient As Short

[Pascal]
    property CompressionAlgorithmServerToClient : TSSHCompressionAlgorithm;

[C++]
    uint8_t get_CompressionAlgorithmServerToClient();

[PHP]
    integer get_CompressionAlgorithmServerToClient()

[Java]
    short getCompressionAlgorithmServerToClient();

Values

Description

This property returns the compression algorithm in the Server->Client direction 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