1 override of AcceptPooledConnection
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
431protected override IConnection AcceptPooledConnection(IConnection connection, ref TimeoutHelper timeoutHelper)
2 references to AcceptPooledConnection
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPoolHelper.cs (2)
155localUpgradedConnection = AcceptPooledConnection(localRawConnection, ref timeoutHelper); 196localUpgradedConnection = AcceptPooledConnection(localRawConnection, ref timeoutHelper);