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