2 references to UnixSocketPath
Aspire.Hosting (2)
Backchannel\BackchannelService.cs (2)
18public bool IsBackchannelExpected => configuration.GetValue<string>(KnownConfigNames.UnixSocketPath) is {}; 28var unixSocketPath = configuration.GetValue<string>(KnownConfigNames.UnixSocketPath);