EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElIdSSHClient.CompressionAlgorithms

TElIdSSHClient     See also    


 

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

 
 

Declaration

[C#]
    not implemented;

[VB.NET]
    not implemented;

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

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of the compression algorithm.
 
 

Values

[.NET] [Pascal] [ActiveX] Value
SSH_CA_FIRST 0 (0x00)
SSH_CA_NONE 0 (0x00)
SSH_CA_ZLIB 1 (0x01)
SSH_CA_ZLIB_DELAYED 2 (0x02)
SSH_CA_LAST 2 (0x02)
Declared in
[.NET] [Pascal]
Namespace: SBSSHConstants
Assembly: SecureBlackbox.SSHClient
Unit: SBSSHConstants

 
 

Description

    Set this property before calling the Connect method to specify which compression algorithms can be used to compress data during the session. Now only two algorithms are defined by the standard: NONE (no compression) and ZLIB.

 
 

See also:     EncryptionAlgorithms     MacAlgorithms     KexAlgorithms     PublicKeyAlgorithms

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