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