2 writes to _tcpListener
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketCommunicationManager.cs (2)
101
_tcpListener
= new TcpListener(endpoint);
156
_tcpListener
= null;
6 references to _tcpListener
Microsoft.TestPlatform.CommunicationUtilities (6)
SocketCommunicationManager.cs (6)
102
_tcpListener
.Start();
103
EqtTrace.Info("Listening on Endpoint : {0}", (IPEndPoint)
_tcpListener
.LocalEndpoint);
105
return (IPEndPoint)
_tcpListener
.LocalEndpoint;
114
if (
_tcpListener
== null)
121
var client = await
_tcpListener
.AcceptTcpClientAsync();
155
_tcpListener
?.Stop();