2 implementations of ITransportCompressionSupport
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
636private class TransportCompressionSupportHelper : ITransportCompressionSupport
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpTransportBindingElement.cs (1)
130private class TransportCompressionSupportHelper : ITransportCompressionSupport
4 references to ITransportCompressionSupport
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (2)
170ITransportCompressionSupport compressionSupport = context.GetInnerProperty<ITransportCompressionSupport>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
431else if (typeof(T) == typeof(ITransportCompressionSupport))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpTransportBindingElement.cs (1)
83else if (typeof(T) == typeof(ITransportCompressionSupport))