Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.CompressionAlgorithm

TElCustomSimpleSSLClient     See also     


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


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

Declaration

[C#]
    short CompressionAlgorithm;

[VB.NET]
    Property CompressionAlgorithm As Short

[Pascal]
    property CompressionAlgorithm : TSBSSLCompressionAlgorithm;

[C++]
    uint8_t get_CompressionAlgorithm();

[PHP]
    integer get_CompressionAlgorithm()

[Java]
    boolean getCompressionAlgorithm(short Index);
    void setCompressionAlgorithm(short Index, boolean Value);

Parameters

  • Index - the index of the specific algorithm in the list.

Values

Description

    Check this property after Open method. This property returns the compression algorithm which was established during the SSL handshake.

See also:     CompressionAlgorithms    

Discuss this help topic in SecureBlackbox Forum