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