Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.SSLCompressionAlgorithm

TElHTTPSServer     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 SSLCompressionAlgorithm;

[VB.NET]
    Property SSLCompressionAlgorithm As Short

[Pascal]
    property SSLCompressionAlgorithm : TSBSSLCompressionAlgorithm;

[C++]
    uint8_t get_SSLCompressionAlgorithm();

[PHP]
    integer get_SSLCompressionAlgorithm()

[Java]
    boolean getSSLCompressionAlgorithm(short Index);
    void setSSLCompressionAlgorithm(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:     SSLCompressionAlgorithms    

Discuss this help topic in SecureBlackbox Forum