2 instantiations of SocketServer
Microsoft.TestPlatform.CommunicationUtilities (2)
CommunicationEndpointFactory.cs (1)
17
ICommunicationEndPoint endPoint = role == ConnectionRole.Host ? new
SocketServer
() : new SocketClient();
TestRequestSender.cs (1)
843
return new
SocketServer
();
3 references to SocketServer
Microsoft.TestPlatform.CommunicationUtilities (3)
SocketServer.cs (3)
36
/// Initializes a new instance of the <see cref="
SocketServer
"/> class.
44
/// Initializes a new instance of the <see cref="
SocketServer
"/> class with given channel
79
throw new ObjectDisposedException(nameof(
SocketServer
));