Discuss this help topic in SecureBlackbox Forum

TElIdSSHClientServerIOHandler.CompressionAlgorithmClientToServer

TElIdSSHClientServerIOHandler     See also     


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


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

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property CompressionAlgorithmClientToServer : TSSHCompressionAlgorithm;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Values

Description

    Check this property after OnOpenConnection was fired. 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.

See also:     CompressionAlgorithms     CompressionLevel    

Discuss this help topic in SecureBlackbox Forum