5 references to UnixSocketPath
Aspire.Hosting (2)
Backchannel\BackchannelService.cs (2)
26public bool IsBackchannelExpected => configuration.GetValue<string>(KnownConfigNames.UnixSocketPath) is {}; 36var unixSocketPath = configuration.GetValue<string>(KnownConfigNames.UnixSocketPath);
Aspire.Hosting.Tests (3)
Backchannel\AppHostBackchannelTests.cs (2)
20builder.Configuration[KnownConfigNames.UnixSocketPath] = UnixSocketHelper.GetBackchannelSocketPath(); 56builder.Configuration[KnownConfigNames.UnixSocketPath] = UnixSocketHelper.GetBackchannelSocketPath();
Backchannel\Exec\ExecTestsBase.cs (1)
64builder.Configuration[KnownConfigNames.UnixSocketPath] = UnixSocketHelper.GetBackchannelSocketPath();