Discuss this help topic in SecureBlackbox Forum

TElSSLClass.CompressionAlgorithm

TElSSLClass     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);
    short getCompressionAlgorithm();
    void setCompressionAlgorithm(short Index, boolean Value);

Parameters

  • Index - the index of the desired item in the list, starting from 0.

TSBSSLCompressionAlgorithm values:

Description

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

See also:     CompressionAlgorithms    

Discuss this help topic in SecureBlackbox Forum