Gets a value indicating whether the data can be compressed.
Declaring type: ICompressible
Namespace: Zyan.Communication.ChannelSinks.Compression
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public abstract bool PerformCompression { get; }
Property Value
true if the data should be compressed; otherwise, false.