2 overrides of ServerAddress
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (2)
329
public override string
ServerAddress
=> _tcpServerAddress;
387
public override string
ServerAddress
=> WebSocketURL;
7 references to ServerAddress
Microsoft.Diagnostics.NETCore.Client (7)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (7)
224
Logger?.LogDebug($"Waiting for a new {ServerTransportName} connection at endpoint \"{
ServerAddress
}\".");
749
return _netServerRouterFactory.
ServerAddress
;
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.");
1074
return _tcpServerRouterFactory.
ServerAddress
;
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.");