1 implementation of CreatedNewServer
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (1)
163public abstract void CreatedNewServer(EndPoint localEP);
1 reference to CreatedNewServer
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsIpc\IpcServerTransport.cs (1)
89_callback?.CreatedNewServer(localEP);