EDI Integrator V9 - Online Help
Available for:
EDI Integrator V9
Questions / Feedback?

CompressionFormat Property

The compression format (if any) to use.

Syntax

[VB.NET]
Public Property CompressionFormat As As3senderCompressionFormats

[C#]
public As3senderCompressionFormats CompressionFormat {get; set;}

enum As3senderCompressionFormats { cfNone, cfZLIB }

Remarks

By default, outgoing data will not be compressed. Setting this property will instruct the component 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.

Default Value

0

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0