2 references to AcceptTcpClientAsync
Microsoft.Extensions.Diagnostics.Probes (1)
TcpEndpointProbesService.cs (1)
87
using var client = await _listener.
AcceptTcpClientAsync
(cancellationToken).ConfigureAwait(false);
System.Net.Sockets (1)
System\Net\Sockets\TCPListener.cs (1)
236
public Task<TcpClient> AcceptTcpClientAsync() =>
AcceptTcpClientAsync
(CancellationToken.None).AsTask();