Implemented interface member:
event
Connected
Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.Interfaces.ICommunicationEndPoint.Connected
2 references to Connected
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketServer.cs (2)
98
if (
Connected
== null)
104
Connected
.SafeInvoke(this, new ConnectedEventArgs(_channel), "SocketServer: ClientConnected");