3 references to AcceptTcpClientAsync
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketCommunicationManager.cs (1)
121
var client = await _tcpListener.
AcceptTcpClientAsync
();
SocketServer.cs (1)
72
_tcpListener.
AcceptTcpClientAsync
().ContinueWith(t => OnClientConnected(t.Result));
System.Net.Sockets (1)
System\Net\Sockets\TCPListener.cs (1)
216
TaskToAsyncResult.Begin(
AcceptTcpClientAsync
(), callback, state);