6 references to DashboardClient
Aspire.Dashboard (6)
Components\Interactions\InteractionsProvider.cs (6)
76if (!DashboardClient.IsEnabled) 170await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 222await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 240await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 316var interactions = DashboardClient.SubscribeInteractionsAsync(_cts.Token); 434await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);