6 references to TcpClientAddress
Microsoft.Diagnostics.NETCore.Client (6)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (6)
948
return _tcpClientRouterFactory.
TcpClientAddress
;
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.");
1225
return _tcpClientRouterFactory.
TcpClientAddress
;
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.");