System.ServiceModel.Channels.ITransportCompressionSupport public interface ITransportCompressionSupport Documentation Code namespace System.ServiceModel.Channels { public interface ITransportCompressionSupport { bool IsCompressionFormatSupported(CompressionFormat compressionFormat); } }