1 write to _communicationManager
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionTestCaseEventHandler.cs (1)
44_communicationManager = communicationManager;
7 references to _communicationManager
Microsoft.TestPlatform.CommunicationUtilities (7)
DataCollectionTestCaseEventHandler.cs (7)
53var endpoint = _communicationManager.HostServer(new IPEndPoint(IPAddress.Loopback, 0)); 54_communicationManager.AcceptClientAsync(); 61return _communicationManager.WaitForClientConnection(connectionTimeout); 67_communicationManager?.StopServer(); 77var message = _communicationManager.ReceiveMessage(); 100_communicationManager.SendMessage(MessageType.DataCollectionTestStartAck, string.Empty, Math.Min(message.Version, ProtocolVersioning.HighestSupportedVersion)); 125_communicationManager.SendMessage(MessageType.DataCollectionTestEndResult, attachmentSets, Math.Min(message.Version, ProtocolVersioning.HighestSupportedVersion));