6 references to DashboardClient
Aspire.Dashboard (6)
Components\Interactions\InteractionsProvider.cs (6)
95if (!DashboardClient.IsEnabled) 191await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 244await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 265await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 338var interactions = DashboardClient.SubscribeInteractionsAsync(_cts.Token); 463await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);