EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureServer.CompressionAlgorithm

TElSecureServer     See also    


 

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

 
 

Declaration

[C#]
    TSBSSLCompressionAlgorithm CompressionAlgorithm;

[VB.NET]
    Property CompressionAlgorithmr As TSBSSLCompressionAlgorithm

[Pascal]
    property CompressionAlgorithm : TSBSSLCompressionAlgorithm;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values

Definition Value
SSL_CA_FIRST 0 (0x00)
SSL_CA_NONE 0 (0x00)
SSL_CA_ZLIB 1 (0x01)
SSL_CA_LAST 1 (0x01)
Declared in
[.NET] [Pascal]
Namespace: SBSSLConstants
Assembly: SecureBlackbox.SSLommon
Unit: SBSSLConstants

 
 

Description

    Check this property after OnOpenConnection was fired. This property returns the compression algorithm which was established during the SSL handshake.

 
 

See also:     CompressionAlgorithms    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation