2 references to AcceptSocketAsync
System.Net.Sockets (2)
System\Net\Sockets\TCPListener.cs (2)
224public Task<Socket> AcceptSocketAsync() => AcceptSocketAsync(CancellationToken.None).AsTask(); 240return WaitAndWrap(AcceptSocketAsync(cancellationToken));