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