Discuss this help topic in SecureBlackbox Forum
This property specifies the compression algorithm
which was accepted during SSL handshake
Declaration
[C#/Java]
TSBSSLCompressionAlgorithm CurrentCompression;
[VB.NET]
Property CurrentCompression As TSBSSLCompressionAlgorithm
[Pascal]
property CurrentCompression : TSBSSLCompressionAlgorithm;
[C++]
uint8_t get_CurrentCompression();
[PHP]
integer get_CurrentCompression()
Values
Description
This property returns the compression algorithm
which was established during the SSL handshake.
Discuss this help topic in SecureBlackbox Forum