2 references to UnixDomainSocketSchema
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsIpc\IpcEndpointConfig.cs (2)
65
throw new PlatformNotSupportedException($"{
UnixDomainSocketSchema
} is not supported on Windows, use {NamedPipeSchema}.");
171
else if (string.Equals(parsedAddress.Scheme,
UnixDomainSocketSchema
, StringComparison.OrdinalIgnoreCase))