2 writes to _client
Aspire.Dashboard (2)
ServiceClient\DashboardClient.cs (2)
115
_client
= new Aspire.DashboardService.Proto.V1.DashboardService.DashboardServiceClient(_channel);
223
internal void SetDashboardServiceClient(Aspire.DashboardService.Proto.V1.DashboardService.DashboardServiceClient client) =>
_client
= client;
6 references to _client
Aspire.Dashboard (6)
ServiceClient\DashboardClient.cs (6)
279
var response = await
_client
!.GetApplicationInformationAsync(new(), headers: _headers, cancellationToken: cancellationToken);
348
var call =
_client
!.WatchResources(new WatchResourcesRequest { IsReconnect = retryContext.ErrorCount != 0 }, headers: _headers, cancellationToken: cancellationToken);
435
using var call =
_client
!.WatchInteractions(headers: _headers, cancellationToken: cts.Token);
649
var call =
_client
!.WatchResourceConsoleLogs(
696
var call =
_client
!.WatchResourceConsoleLogs(
735
var response = await
_client
!.ExecuteResourceCommandAsync(request, headers: _headers, cancellationToken: combinedTokens.Token);