1 implementation of SetupClientAsync
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketCommunicationManager.cs (1)
170
public async Task
SetupClientAsync
(IPEndPoint endpoint)
4 references to SetupClientAsync
Microsoft.TestPlatform.CommunicationUtilities (3)
DataCollectionRequestHandler.cs (1)
160
_communicationManager.
SetupClientAsync
(new IPEndPoint(IPAddress.Loopback, port));
DataCollectionTestCaseEventSender.cs (1)
66
_communicationManager.
SetupClientAsync
(new IPEndPoint(IPAddress.Loopback, port));
SocketTransport.cs (1)
47
_communicationManager.
SetupClientAsync
(endpoint);
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
119
_communicationManager.
SetupClientAsync
(new IPEndPoint(IPAddress.Loopback, port));