2 references to UriSchemeNetTcp
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsIpc\IpcTcpSocketEndPoint.cs (2)
73
if (!string.Equals(uri.Scheme, Uri.
UriSchemeNetTcp
, StringComparison.OrdinalIgnoreCase)
105
if (!Uri.TryCreate(Uri.
UriSchemeNetTcp
+ "://" + host + ":" + port, UriKind.RelativeOrAbsolute, out _))