EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureServer.CompressionAlgorithms

TElSecureServer     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 - enable or disable the desired compression 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

    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.

 
 

See also:     CompressionAlgorithm    

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