|
<< Click to Display Table of Contents >> Navigation: Classes > TIWCompressionOptions > Properties > Enabled |
When True, response content will be compressed using either gzip or deflate algorithm. Unless in very specific circumstances, HTTP compression should always be ENABLED. Read more about HTTP compression here.
SIGNATURE=IWCompressionOptions.TIWCompressionOptions.Enabled
ETYPE=Property
Declaration:
Delphi: |
published property Enabled: Boolean; |
C++: |
__published: __property bool Enabled; |
Description: This is Enabled, a member of class TIWCompressionOptions.