Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum