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