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.
Declaring type: ICompressible
Namespace: Zyan.Communication.ChannelSinks.Compression
Assembly: Zyan.Communication
Collapse/Expand Public Properties
  Name Description
Public Property Abstract PerformCompression Gets a value indicating whether the data can be compressed.