1 implementation of SetupClientAsync
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketCommunicationManager.cs (1)
170public 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));