1 write to _tcpClient
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketClient.cs (1)
42
_tcpClient
= new TcpClient { NoDelay = true };
4 references to _tcpClient
Microsoft.TestPlatform.CommunicationUtilities (4)
SocketClient.cs (4)
61
_tcpClient
.ConnectAsync(ipEndPoint.Address, ipEndPoint.Port).ContinueWith(OnServerConnected);
101
_channel = _channelFactory(
_tcpClient
.GetStream());
107
Task.Run(() =>
_tcpClient
.MessageLoopAsync(
125
_tcpClient
?.Close();