EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElAS3SSLOptions.CompressionAlgorithms

ElAS3SSLOptions     See also    


 

This property specifies the compression algorithms which can be used for compressing data

 
 

Declaration

[C#]
    bool get_CompressionAlgorithms(TSBSSLCompressionAlgorithm Index);
    void set_CompressionAlgorithms(TSBSSLCompressionAlgorithm Index, bool Value);

[VB.NET]
    Property CompressionAlgorithms(ByVal Index As TSBSSLCompressionAlgorithm) As Boolean

[Pascal]
    property CompressionAlgorithms [Index : TSBSSLCompressionAlgorithm] : boolean;
    TSBSSLCompressionAlgorithm = SSH_CA_FIRST..SSH_CA_LAST;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of the compression algorithm.
  • [C#]Value - enables or disables the desired algorithm
 
 

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

    Use this property to specify compression algorithms that could be used during SSL session. For now only two algorithms are defined by standard: NONE (no compression) and ZLIB.

 
 

See also:     CurrentCompression    

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