1 write to connectionPoolHelper
System.ServiceModel (1)
System\ServiceModel\Channels\FramingChannels.cs (1)
199this.connectionPoolHelper = new DuplexConnectionPoolHelper(this, connectionPool, connectionInitiator);
6 references to connectionPoolHelper
System.ServiceModel (6)
System\ServiceModel\Channels\FramingChannels.cs (6)
316connection = connectionPoolHelper.EstablishConnection(timeout); 334this.connectionPoolHelper.Abort(); 345this.connectionPoolHelper.Abort(); 349this.connectionPoolHelper.Close(timeout); 859result = duplexChannel.connectionPoolHelper.BeginEstablishConnection( 889connection = duplexChannel.connectionPoolHelper.EndEstablishConnection(result);