5 references to ConsumerSockPurpose
Aspire.Hosting (4)
Lifecycle\TerminalHostOrphanCleanupService.cs (2)
162
TerminalHostPaths.GetSocketPath(trmnlDirectory, replicaId, TerminalHostPaths.
ConsumerSockPurpose
),
482
|| File.Exists(TerminalHostPaths.GetSocketPath(trmnlDirectory, replicaId, TerminalHostPaths.
ConsumerSockPurpose
))
src\Shared\TerminalHost\TerminalHostPaths.cs (1)
106
/// <param name="sockPurpose">One of <see cref="ProducerSockPurpose"/>, <see cref="
ConsumerSockPurpose
"/>, <see cref="ControlSockPurpose"/>.</param>
TerminalResourceBuilderExtensions.cs (1)
449
var consumerPath = TerminalHostPaths.GetSocketPath(trmnlDirectory, replicaId, TerminalHostPaths.
ConsumerSockPurpose
);
Aspire.Hosting.Tests (1)
WithTerminalTests.cs (1)
436
var orphanConsumerPath = Path.Combine(trmnlDirectory, $"{orphanId}.{TerminalHostPaths.
ConsumerSockPurpose
}.sock");