Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.UseCompression

TElHTTPSClient     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

    Use this property to tell the server, that it (if supports) may transfer GZIPped data.
    Default value is true.

See also:     HTTPVersion    

Discuss this help topic in SecureBlackbox Forum