7 references to IpcClientPath
Microsoft.Diagnostics.NETCore.Client (7)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (7)
1066return _ipcClientRouterFactory.IpcClientPath; 1088if (string.IsNullOrEmpty(_ipcClientRouterFactory.IpcClientPath)) 1095_logger?.LogInformation($"Starting IPC client ({_ipcClientRouterFactory.IpcClientPath}) <--> {_tcpServerRouterFactory.ServerTransportName} server ({_tcpServerRouterFactory.ServerAddress}) router."); 1102_logger?.LogInformation($"Stopping IPC client ({_ipcClientRouterFactory.IpcClientPath}) <--> {_tcpServerRouterFactory.ServerTransportName} server ({_tcpServerRouterFactory.ServerAddress}) router."); 1217return _ipcClientRouterFactory.IpcClientPath; 1240_logger?.LogInformation($"Starting IPC client ({_ipcClientRouterFactory.IpcClientPath}) <--> TCP client ({_tcpClientRouterFactory.TcpClientAddress}) router."); 1246_logger?.LogInformation($"Stopping IPC client ({_ipcClientRouterFactory.IpcClientPath}) <--> TCP client ({_tcpClientRouterFactory.TcpClientAddress}) router.");