2 writes to _client
Aspire.Dashboard (2)
ServiceClient\DashboardClient.cs (2)
139
_client
= new Aspire.DashboardService.Proto.V1.DashboardService.DashboardServiceClient(_channel);
252
internal void SetDashboardServiceClient(Aspire.DashboardService.Proto.V1.DashboardService.DashboardServiceClient client) =>
_client
= client;
7 references to _client
Aspire.Dashboard (7)
ServiceClient\DashboardClient.cs (7)
432
var response = await
_client
!.GetApplicationInformationAsync(request, headers: _headers, cancellationToken: cancellationToken);
566
var call =
_client
!.WatchResources(new WatchResourcesRequest { IsReconnect = retryContext.ErrorCount != 0 }, headers: _headers, cancellationToken: cancellationToken);
701
using var call =
_client
!.WatchInteractions(headers: _headers, cancellationToken: cts.Token);
949
var call =
_client
!.WatchResourceConsoleLogs(
992
var call =
_client
!.WatchResourceConsoleLogs(
1059
var response = await
_client
!.ExecuteResourceCommandAsync(request, headers: _headers, cancellationToken: combinedTokens.Token);
1113
using var call =
_client
!.UploadFile(headers: _headers, cancellationToken: combinedTokens.Token);