SessionProperties.CompressionLevel Property

Solclient

SessionPropertiesCompressionLevel Property
version: 7.2.1.27
Enables messages to be compressed with ZLIB before transmission and decompressed on receive. The valid range is 0 (off), or 1..9, where 1 is less compression (fastest) and 9 is most compression (slowest). Compression is only supported when the session is connected to an appliance running SolOS-TR. Default: 0 (no compression)

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public int CompressionLevel { get; set; }
Public Property CompressionLevel As Integer
	Get
	Set
public:
property int CompressionLevel {
	int get ();
	void set (int value);
}

Property Value

Type: Int32
See Also