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