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