2 references to ConnectedEventArgs
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketClient.cs (1)
102
Connected.SafeInvoke(this, new
ConnectedEventArgs
(_channel), "SocketClient: ServerConnected");
SocketServer.cs (1)
104
Connected.SafeInvoke(this, new
ConnectedEventArgs
(_channel), "SocketServer: ClientConnected");