Discuss this help topic in SecureBlackbox Forum

TElSSHClass.CompressionAlgorithmClientToServer

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 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

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

See also:     CompressionAlgorithms     CompressionLevel    

Discuss this help topic in SecureBlackbox Forum