Compression property
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Compression property
You can compress messages exchanged between the .NET Open Client and the application server. The properties listed in the following table provide compression functionality to the .NET Open Client.
| Property | Description |
|---|---|
|
Gets and sets PROGRESS.Session.TcpKeepAliveIntervalReturns
TRUE if getCompressionEnabled() is called. The default value is FALSE, |
|
Gets and sets PROGRESS.Session.CompressionLevel
|
|
Gets and Sets PROGRESS.Session.CompressionThreshold |
You can enable compression for the .NET Open Client using the following syntax:
|
The following example uses the RunTimeProperties object
code to illustrate that compression is enabled, compression level
is set to 5, and the message size is set to 256 bytes.
|