6 references to DashboardClient
Aspire.Dashboard (6)
Components\Interactions\InteractionsProvider.cs (6)
94if (!DashboardClient.IsEnabled) 190await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 243await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 264await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 337var interactions = DashboardClient.SubscribeInteractionsAsync(_cts.Token); 462await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);