Discuss this help topic in SecureBlackbox Forum

TElSSHClass.CompressionAlgorithmServerToClient

TElSSHClass     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

    Check this property after OnOpenConnection was fired. This property returns the compression algorithm in the Server-to-Client direction which was established during the SSH handshake. Note, that compression algorithms in the client-to-server and server-to-client directions may differ.

See also:     CompressionAlgorithms     CompressionLevel    

Discuss this help topic in SecureBlackbox Forum