1 write to _communicationManager
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionTestCaseEventHandler.cs (1)
53
_communicationManager
= communicationManager;
7 references to _communicationManager
Microsoft.TestPlatform.CommunicationUtilities (7)
DataCollectionTestCaseEventHandler.cs (7)
62
var endpoint =
_communicationManager
.HostServer(new IPEndPoint(IPAddress.Loopback, 0));
63
_communicationManager
.AcceptClientAsync();
70
return
_communicationManager
.WaitForClientConnection(connectionTimeout);
76
_communicationManager
?.StopServer();
86
var message =
_communicationManager
.ReceiveMessage();
109
_communicationManager
.SendMessage(MessageType.DataCollectionTestStartAck, string.Empty, Math.Min(message.Version, ProtocolVersioning.HighestSupportedVersion));
134
_communicationManager
.SendMessage(MessageType.DataCollectionTestEndResult, attachmentSets, Math.Min(message.Version, ProtocolVersioning.HighestSupportedVersion));