EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.CompressionLevel

TElSimpleSSHClient     See also    


 

This property specifies the preferable compression level

 
 

Declaration

[C#]
    int CompressionLevel = 9;

[VB.NET]
    Property CompressionLevel As Integer

[Pascal]
    property CompressionLevel : integer;

[VB6]
    Property IElSimpleSSHClientX.CompressionLevel As Long

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX.CompressionLevel([out, retval] long * Value );     HRESULT _stdcall IElSimpleSSHClientX.CompressionLevel([in] long Value );

[DLL]
    not implemented;
 
 

Description

    Set this property before calling the Open method. The possible values for the Compression Level are 0 (the minimal compression) .. 9 (maximal compression). This property is ignored if compression wasn't accepted.

 
 

See also:     CompressionAlgorithms

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