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