2 overrides of BeginAcceptPooledConnection
System.ServiceModel (2)
System\ServiceModel\Channels\FramingChannels.cs (1)
404
protected override IAsyncResult
BeginAcceptPooledConnection
(IConnection connection, ref TimeoutHelper timeoutHelper, AsyncCallback callback, object state)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
188
protected override IAsyncResult
BeginAcceptPooledConnection
(IConnection connection, ref TimeoutHelper timeoutHelper, AsyncCallback callback, object state)
1 reference to BeginAcceptPooledConnection
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
1137
IAsyncResult result = parent.
BeginAcceptPooledConnection
(this.rawConnection,