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