6 references to Transport
Microsoft.Diagnostics.NETCore.Client (6)
DiagnosticsIpc\IpcTransport.cs (6)
62if (config.Transport == IpcEndpointConfig.TransportType.NamedPipe) 73else if (config.Transport == IpcEndpointConfig.TransportType.UnixDomainSocket) 90throw new ArgumentException($"Unsupported IpcEndpointConfig transport type {config.Transport}"); 104if (config.Transport == IpcEndpointConfig.TransportType.NamedPipe) 121else if (config.Transport == IpcEndpointConfig.TransportType.UnixDomainSocket) 129throw new ArgumentException($"Unsupported IpcEndpointConfig transport type {config.Transport}");