Discuss this help topic in SecureBlackbox Forum

TElSSHClass.ForceCompression

TElSSHClass     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies whether component explicitly requires data compression.

Declaration

[C#]
    bool ForceCompression;

[VB.NET]
    Property ForceCompression As Boolean

[Pascal]
    property ForceCompression : boolean;

[C++]
    bool get_ForceCompression();
    void set_ForceCompression(bool Value);

[PHP]
    bool get_ForceCompression()
    void set_ForceCompression(bool $Value)

[Java]
    boolean getForceCompression();
    void setForceCompression(boolean Value);

Description

    Set this property before calling the Open method. If it is set to True, the component will explicitly request data compression. If it is set to False, the component will support compression. However the compression will be used only if the remote party doesn't support algorithms without compression.

See also:     CompressionAlgorithms    

Discuss this help topic in SecureBlackbox Forum