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