1 write to connectionPoolHelper
System.ServiceModel (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
546
this.
connectionPoolHelper
= new StreamedConnectionPoolHelper(channel);
4 references to connectionPoolHelper
System.ServiceModel (4)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (4)
555
this.connection =
connectionPoolHelper
.EstablishConnection(timeoutHelper.RemainingTime());
569
connectionPoolHelper
.Abort();
583
connection,
connectionPoolHelper
, channel.settings);
598
this.
connectionPoolHelper
.Abort();