This property specifies the compression algorithms which can be used for compressing data
Declaration
[VB.NET]
Property CompressionAlgorithms(ByVal Index As TSBSSLCompressionAlgorithm) As Boolean
Property CompressionAlgorithms(ByVal Index As TSBSSLCompressionAlgorithm) As Boolean
[Pascal]
property CompressionAlgorithms [Index : TSBSSLCompressionAlgorithm] : boolean;
TSBSSLCompressionAlgorithm = SSH_CA_FIRST..SSH_CA_LAST;
property CompressionAlgorithms [Index : TSBSSLCompressionAlgorithm] : boolean;
TSBSSLCompressionAlgorithm = SSH_CA_FIRST..SSH_CA_LAST;
[C++]
not implemented;
not implemented;
Parameters
- Index - index of the compression algorithm.
- Value - enable or disable the desired compression algorithm
Values
|
Description
Set this property before calling the Open method to specify which compression algorithms can be used to compress the data during the session. For now only two algorithms are defined and used: NONE (no compression) and ZLIB.