EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.ForceCompression

TElSimpleSSHClient     See also    


 

This property specifies whether SSH client should explicitly require compression

 
 

Declaration

[C#]
    bool ForceCompression;

[VB.NET]
    Property ForceCompression As Boolean

[Pascal]
    property ForceCompression : boolean;

[VB6]
    Property IElSimpleSSHClientX.ForceCompression As Boolean

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

[DLL]
    not implemented;
 
 

Description

    Set this property before calling the Open method. If it's set to True, then SSH client will explicitly request compression. If it's set to False, then SSH client will support compression, but compression will be used only in case if server doesn't support algorithms without compression.

 
 

See also:     CompressionAlgorithms

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