CompressionFormat Property
The compression format (if any) to use.
Data Type
EnumerationPossible Values
None (0)ZLIB (1)
Default Value
0Remarks
By default, outgoing data will not be compressed. Setting this property will instruct the adapter to compress the outgoing data using the indicated format.
Compression is highly recommended for large messages, as it will reduce network bandwidth and processing time required.
The compression algorithm used is Zlib, as required by RFC 3274 and defined in RFCs 1950 and 1951.
This property is not available in the Receiver.