1 implementation of ITcpChannelFactorySettings
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpChannelFactory.cs (1)
7internal class TcpChannelFactory<TChannel> : ConnectionOrientedTransportChannelFactory<TChannel>, ITcpChannelFactorySettings
5 references to ITcpChannelFactorySettings
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpConnectionPool.cs (5)
24ITcpChannelFactorySettings tcpSettings = (ITcpChannelFactorySettings)settings; 30public TcpConnectionPool(ITcpChannelFactorySettings settings) 50ITcpChannelFactorySettings tcpSettings = (ITcpChannelFactorySettings)settings;