9 references to PortType
Microsoft.Diagnostics.NETCore.Client (9)
DiagnosticsIpc\IpcEndpointConfig.cs (9)
26private PortType _portType; 32public bool IsConnectConfig => _portType == PortType.Connect; 34public bool IsListenConfig => _portType == PortType.Listen; 43public IpcEndpointConfig(string address, TransportType transportType, PortType portType) 128PortType portType = PortType.Connect; 144portType = PortType.Listen; 151portType = PortType.Connect; 155portType = PortType.Listen;