EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElAS3SSLOptions.CurrentCompression

ElAS3SSLOptions     See also    


 

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

 
 

Declaration

[C#]
    TSBSSLCompressionAlgorithm CurrentCompression;

[VB.NET]
    Property CurrentCompression As TSBSSLCompressionAlgorithm

[Pascal]
    property CurrentCompression : 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

    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-2011, EldoS Corporation