1 write to connectionPoolHelper
System.ServiceModel (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
633
this.
connectionPoolHelper
= new StreamedConnectionPoolHelper(channel);
4 references to connectionPoolHelper
System.ServiceModel (4)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (4)
647
IAsyncResult result =
connectionPoolHelper
.BeginEstablishConnection(timeoutHelper.RemainingTime(), onEstablishConnection, this);
677
this.connection =
connectionPoolHelper
.EndEstablishConnection(result);
716
connectionPoolHelper
.Abort();
724
connectionReader = new ClientSingletonConnectionReader(connection,
connectionPoolHelper
, channel.settings);