Discuss this help topic in SecureBlackbox Forum
Specifies the data channel compression algorithm.
Declaration
[C#]
short DataChannelSSLCompressionAlgorithm;
[VB.NET]
Property DataChannelSSLCompressionAlgorithm As Short
[Pascal]
property DataChannelSSLCompressionAlgorithm: TSBSSLCompressionAlgorithm;
TSBSSLCompressionAlgorithm: SmallInt;
[C++]
uint8_t get_DataChannelSSLCompressionAlgorithm();
[PHP]
integer get_DataChannelSSLCompressionAlgorithm()
[Java]
short getDataChannelSSLCompressionAlgorithm();
TSBSSLCompressionAlgorithm values:
Description
Use this property to get the data channel compression algorithm.
Discuss this help topic in SecureBlackbox Forum