1 override of AcceptPooledConnectionAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
436
protected 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)
73
localUpgradedConnection = await
AcceptPooledConnectionAsync
(localRawConnection, ref timeoutHelper);
114
localUpgradedConnection = await
AcceptPooledConnectionAsync
(localRawConnection, ref timeoutHelper);