5 references to UnixSocketPath
Aspire.Hosting (2)
Backchannel\BackchannelService.cs (2)
24public bool IsBackchannelExpected => configuration.GetValue<string>(KnownConfigNames.UnixSocketPath) is {}; 34var unixSocketPath = configuration.GetValue<string>(KnownConfigNames.UnixSocketPath);
Aspire.Hosting.Tests (3)
Backchannel\AppHostBackchannelTests.cs (3)
22builder.Configuration[KnownConfigNames.UnixSocketPath] = UnixSocketHelper.GetBackchannelSocketPath(); 58builder.Configuration[KnownConfigNames.UnixSocketPath] = UnixSocketHelper.GetBackchannelSocketPath(); 93builder.Configuration[KnownConfigNames.UnixSocketPath] = UnixSocketHelper.GetBackchannelSocketPath();