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)
53
var endpoint =
_communicationManager
.HostServer(new IPEndPoint(IPAddress.Loopback, 0));
54
_communicationManager
.AcceptClientAsync();
61
return
_communicationManager
.WaitForClientConnection(connectionTimeout);
67
_communicationManager
?.StopServer();
77
var message =
_communicationManager
.ReceiveMessage();
100
_communicationManager
.SendMessage(MessageType.DataCollectionTestStartAck);
125
_communicationManager
.SendMessage(MessageType.DataCollectionTestEndResult, attachmentSets);