Discuss this help topic in SecureBlackbox Forum

TElClientIndySSLIOHandlerSocket.CompressionAlgorithms

TElClientIndySSLIOHandlerSocket     See also     


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


This property specifies the compression algorithms which can be used for compressing the data

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property CompressionAlgorithms [Index : TSBSSLCompressionAlgorithm] : boolean;
    TSBSSLCompressionAlgorithm = SSH_CA_FIRST..SSH_CA_LAST;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Index - index of the compression algorithm.

Values

Description

    Set this property before calling the Open method to specify which compression algorithms can be used to compress the data during the session. For now only two algorithms are defined and used: NONE (no compression) and ZLIB.

See also:     CompressionAlgorithm    

Discuss this help topic in SecureBlackbox Forum