SecureBlackbox

200+ components and classes for all aspects of digital security of your data

Filter: C#/Java  VB.NET  Pascal  C++  


TElSSLServer.CompressionAlgorithm

TElSSLServer     See also     


 

This property specifies the compression algorithm which was accepted during SSL handshake

 

Declaration

[C#/Java]
    TSBSSLCompressionAlgorithm CompressionAlgorithm;

[VB.NET]
    Property CompressionAlgorithmr As TSBSSLCompressionAlgorithm

[Pascal]
    property CompressionAlgorithm : TSBSSLCompressionAlgorithm;

[C++]
    not implemented;

   

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    

 
Back to top