5 references to DashboardClient
Aspire.Dashboard (5)
Components\Interactions\InteractionsProvider.cs (5)
53if (!DashboardClient.IsEnabled) 115await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 174await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 214var interactions = DashboardClient.SubscribeInteractionsAsync(_cts.Token); 304await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);