EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSSHCustomForwarding.CompressionAlgorithms

TElSSHCustomForwarding     See also    


 

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

 
 

Declaration

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

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

[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.
  • [C#]Value - enables/disables the desired 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 Open method to specify which compression algorithms can be used to compress data during the session. Now only two algorithms are defined by 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