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()); 107Task.Run(() => _tcpClient.MessageLoopAsync( 125_tcpClient?.Close();