6 references to DashboardClient
Aspire.Dashboard (6)
Components\Interactions\InteractionsProvider.cs (6)
87if (!DashboardClient.IsEnabled) 181await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 233await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 251await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false); 324var interactions = DashboardClient.SubscribeInteractionsAsync(_cts.Token); 449await DashboardClient.SendInteractionRequestAsync(request, _cts.Token).ConfigureAwait(false);