6 references to IpcServerPath
Microsoft.Diagnostics.NETCore.Client (6)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (6)
741
return _ipcServerRouterFactory.
IpcServerPath
;
766
_logger?.LogInformation($"Starting IPC server ({_ipcServerRouterFactory.
IpcServerPath
}) <--> {_netServerRouterFactory.ServerTransportName} server ({_netServerRouterFactory.ServerAddress}) router.");
773
_logger?.LogInformation($"Stopping IPC server ({_ipcServerRouterFactory.
IpcServerPath
}) <--> {_netServerRouterFactory.ServerTransportName} server ({_netServerRouterFactory.ServerAddress}) router.");
940
return _ipcServerRouterFactory.
IpcServerPath
;
964
_logger?.LogInformation($"Starting IPC server ({_ipcServerRouterFactory.
IpcServerPath
}) <--> TCP client ({_tcpClientRouterFactory.TcpClientAddress}) router.");
971
_logger?.LogInformation($"Stopping IPC server ({_ipcServerRouterFactory.
IpcServerPath
}) <--> TCP client ({_tcpClientRouterFactory.TcpClientAddress}) router.");