2 references to TcpListener
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketCommunicationManager.cs (1)
101
_tcpListener = new
TcpListener
(endpoint);
SocketServer.cs (1)
63
_tcpListener = new
TcpListener
(endPoint.GetIpEndPoint());