1 write to _tcpClientRouterFactory
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (1)
1210
_tcpClientRouterFactory
= factory(tcpClient, runtimeTimeoutMs, logger);
7 references to _tcpClientRouterFactory
Microsoft.Diagnostics.NETCore.Client (7)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (7)
1225
return
_tcpClientRouterFactory
.TcpClientAddress;
1239
_tcpClientRouterFactory
.Start();
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.");
1247
_tcpClientRouterFactory
.Stop();
1268
tcpClientStream = await
_tcpClientRouterFactory
.ConnectTcpStreamAsync(cancelRouter.Token, true).ConfigureAwait(false);
1407
using Stream tcpClientStream = await
_tcpClientRouterFactory
.ConnectTcpStreamAsync(token, true).ConfigureAwait(false);