The ICompressible interface implements a property that returns a flag, which determines if the request or response should be compressed. This interface is used in conjuction with the compression sink implementation and allows to determine dynamically if the request or response is to be compressed.
Namespace: Zyan.Communication.ChannelSinks.Compression
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public interface ICompressible  
Collapse/Expand Remarks
The following is the order, in which the criteria are evaluated to determine if the request or response is to be compressed: Threshold should be greater than zero. NonCompressible marks the object as an exempt. If object size is greater than threshold and not marked as NonCompressible, the ICompressible is evaluated.
Collapse/Expand Members

Click here to see the list of members.