2 references to AcceptTcpClientAsync
Microsoft.Extensions.Diagnostics.Probes (1)
TcpEndpointProbesService.cs (1)
89
using var client = await _listener.
AcceptTcpClientAsync
().ConfigureAwait(false);
System.Net.Sockets (1)
System\Net\Sockets\TCPListener.cs (1)
219
TaskToAsyncResult.Begin(
AcceptTcpClientAsync
(), callback, state);