Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.CompressionAlgorithmServerToClient

TElSimpleSSHClient     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 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 Server->Client direction which was established during the SSH handshake. Note, that compression algorithms for client->server and server->client data directions may differ.

See also:     CompressionAlgorithms     CompressionLevel    

Discuss this help topic in SecureBlackbox Forum