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