1 write to _tcpListener
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketServer.cs (1)
63
_tcpListener
= new TcpListener(endPoint.GetIpEndPoint());
6 references to _tcpListener
Microsoft.TestPlatform.CommunicationUtilities (6)
SocketServer.cs (6)
65
_tcpListener
.Start();
67
_endPoint =
_tcpListener
.LocalEndpoint.ToString();
72
_tcpListener
.AcceptTcpClientAsync().ContinueWith(t => OnClientConnected(t.Result));
126
TPDebug.Assert(
_tcpListener
is not null, $"{nameof(
_tcpListener
)} is null");
133
_tcpListener
.Stop();