2 implementations of ITransportCompressionSupport
System.ServiceModel (2)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
999class TransportCompressionSupportHelper : ITransportCompressionSupport
System\ServiceModel\Channels\TcpTransportBindingElement.cs (1)
283class TransportCompressionSupportHelper : ITransportCompressionSupport
4 references to ITransportCompressionSupport
System.ServiceModel (4)
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (2)
174ITransportCompressionSupport compressionSupport = context.GetInnerProperty<ITransportCompressionSupport>();
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
525else if (typeof(T) == typeof(ITransportCompressionSupport))
System\ServiceModel\Channels\TcpTransportBindingElement.cs (1)
207else if (typeof(T) == typeof(ITransportCompressionSupport))