1 override of IsCompatible
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpConnectionPool.cs (1)
48public override bool IsCompatible(IConnectionOrientedTransportChannelFactorySettings settings)
2 references to IsCompatible
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPoolRegistry.cs (1)
37if (registryEntry[i].IsCompatible(settings) && registryEntry[i].TryOpen())
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpConnectionPool.cs (1)
53base.IsCompatible(settings)