Discuss this help topic in SecureBlackbox Forum

TElHTTPServerResponseParams.UseCompression

TElHTTPServerResponseParams     See also     


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


Specifies if HTTP data may be compressed during the transfer.

Declaration

[C#]
    bool UseCompression;

[VB.NET]
    Property UseCompression As Boolean

[Pascal]
    property UseCompression : Boolean;

[C++]
    bool get_UseCompression();
    void set_UseCompression(bool Value);

[PHP]
    bool get_UseCompression()
    void set_UseCompression(bool $Value)

[Java]
    boolean getUseCompression();
    void setUseCompression(boolean Value);

Description

    This property specifies if data compression is used.

See also:     CompressionLevel    

Discuss this help topic in SecureBlackbox Forum