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