EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.CompressionAlgorithmClientToServer

TElSimpleSSHClient     See also    


 

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

 
 

Declaration

[C#]
    TSSHCompressionAlgorithm CompressionAlgorithmClientToServer;

[VB.NET]
     Property CompressionAlgorithmClientToServer As TSSHCompressionAlgorithm

[Pascal]
    property CompressionAlgorithmClientToServer : TSSHCompressionAlgorithm;

[VB6]
    Property IElSimpleSSHClientX.CompressionAlgorithmClientToServer As tagTxSSHCompressionAlgorithm

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX.CompressionAlgorithmClientToServer([out, retval] TxSSHCompressionAlgorithm * Value );

[DLL]
    not implemented;
 
 

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

    This property returns the compression algorithm in Client->Server direction which was established during the SSH handshake. Note, that compression algorithms for client->server and server->client data directions may differ.

 
 

See also:     CompressionAlgorithms     CompressionLevel    

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