|
<< Click to Display Table of Contents >> Navigation: Classes > TIWCompressionOptions > Properties > MinSize |
If content stream size is less than MinSize bytes the response won't be compressed. Compressing very small streams (e.g. only a few bytes) will incur in a huge overhead for no gain. Default is 512 bytes.
SIGNATURE=IWCompressionOptions.TIWCompressionOptions.MinSize
ETYPE=Property
Declaration:
Delphi: |
published property MinSize: Integer; |
C++: |
__published: __property int MinSize; |
Description: This is MinSize, a member of class TIWCompressionOptions.