1 implementation of HostServer
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketCommunicationManager.cs (1)
99public IPEndPoint HostServer(IPEndPoint endpoint)
5 references to HostServer
Microsoft.TestPlatform.CommunicationUtilities (3)
DataCollectionRequestSender.cs (1)
59var endpoint = _communicationManager.HostServer(new IPEndPoint(IPAddress.Loopback, 0));
DataCollectionTestCaseEventHandler.cs (1)
53var endpoint = _communicationManager.HostServer(new IPEndPoint(IPAddress.Loopback, 0));
SocketTransport.cs (1)
40endpoint = _communicationManager.HostServer(endpoint);
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
93port = _communicationManager.HostServer(new IPEndPoint(IPAddress.Loopback, 0)).Port; 134port = _communicationManager.HostServer(new IPEndPoint(IPAddress.Loopback, 0)).Port;