2 overrides of AcceptPooledConnectionAsync
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\FramingChannels.cs (1)
364
protected override Task<IConnection>
AcceptPooledConnectionAsync
(IConnection connection, TimeoutHelper timeoutHelper)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
145
protected override async Task<IConnection>
AcceptPooledConnectionAsync
(IConnection connection, TimeoutHelper timeoutHelper)
2 references to AcceptPooledConnectionAsync
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\ConnectionPoolHelper.cs (2)
71
localUpgradedConnection = await
AcceptPooledConnectionAsync
(localRawConnection, timeoutHelper);
112
localUpgradedConnection = await
AcceptPooledConnectionAsync
(localRawConnection, timeoutHelper);