1 override of IsCompatible
System.ServiceModel (1)
System\ServiceModel\Channels\TcpConnectionPool.cs (1)
47public override bool IsCompatible(IConnectionOrientedTransportChannelFactorySettings settings)
2 references to IsCompatible
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionPoolRegistry.cs (1)
39if (registryEntry[i].IsCompatible(settings) && registryEntry[i].TryOpen())
System\ServiceModel\Channels\TcpConnectionPool.cs (1)
52base.IsCompatible(settings)