1 override of AcceptPooledConnection
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
431
protected 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)
155
localUpgradedConnection =
AcceptPooledConnection
(localRawConnection, ref timeoutHelper);
196
localUpgradedConnection =
AcceptPooledConnection
(localRawConnection, ref timeoutHelper);