2 overrides of BeginAcceptPooledConnection
System.ServiceModel (2)
System\ServiceModel\Channels\FramingChannels.cs (1)
404protected override IAsyncResult BeginAcceptPooledConnection(IConnection connection, ref TimeoutHelper timeoutHelper, AsyncCallback callback, object state)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
188protected 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)
1137IAsyncResult result = parent.BeginAcceptPooledConnection(this.rawConnection,