1 override of AcceptPooledConnectionAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
436protected override Task<IConnection> AcceptPooledConnectionAsync(IConnection connection, ref TimeoutHelper timeoutHelper)
2 references to AcceptPooledConnectionAsync
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPoolHelper.cs (2)
73localUpgradedConnection = await AcceptPooledConnectionAsync(localRawConnection, ref timeoutHelper); 114localUpgradedConnection = await AcceptPooledConnectionAsync(localRawConnection, ref timeoutHelper);