Discuss this help topic in SecureBlackbox Forum
Specifies if HTTP data may be compressed during the transfer
Declaration
[C#/Java]
bool UseCompression = true;
[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)
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