Discuss this help topic in SecureBlackbox Forum
Specifies if HTTP data may be compressed during the transfer.
Declaration
[C#/Java]
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)
Description
Use this property to tell the server, that it (if supports) may transfer GZIPped data.
Default value is
False.
Discuss this help topic in SecureBlackbox Forum