2 types derived from ConnectionPoolHelper
System.ServiceModel (2)
System\ServiceModel\Channels\FramingChannels.cs (1)
385class DuplexConnectionPoolHelper : ConnectionPoolHelper
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
154internal class StreamedConnectionPoolHelper : ConnectionPoolHelper
3 references to ConnectionPoolHelper
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionPool.cs (2)
936ConnectionPoolHelper parent; 947public EstablishConnectionAsyncResult(ConnectionPoolHelper parent,
System\ServiceModel\Channels\FramingChannels.cs (1)
187ConnectionPoolHelper connectionPoolHelper;