3 references to AppChannelAddress
Aspire.Hosting.Dapr (3)
DaprDistributedApplicationLifecycleHook.cs (3)
125ModelNamedArg("--app-channel-address", sidecarOptions?.AppChannelAddress), 216if (sidecarOptions?.AppChannelAddress is null && endPoint is { appEndpoint.IsAllocated: true }) 240context.Writer.TryWriteString("appChannelAddress", sidecarOptions?.AppChannelAddress);