7 references to IpcClientPath
Microsoft.Diagnostics.NETCore.Client (7)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (7)
1066
return _ipcClientRouterFactory.
IpcClientPath
;
1088
if (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.");
1217
return _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.");