2 writes to _client
Aspire.Dashboard (2)
ServiceClient\DashboardClient.cs (2)
139
_client
= new Aspire.DashboardService.Proto.V1.DashboardService.DashboardServiceClient(_channel);
248
internal void SetDashboardServiceClient(Aspire.DashboardService.Proto.V1.DashboardService.DashboardServiceClient client) =>
_client
= client;
7 references to _client
Aspire.Dashboard (7)
ServiceClient\DashboardClient.cs (7)
428
var response = await
_client
!.GetApplicationInformationAsync(request, headers: _headers, cancellationToken: cancellationToken);
562
var call =
_client
!.WatchResources(new WatchResourcesRequest { IsReconnect = retryContext.ErrorCount != 0 }, headers: _headers, cancellationToken: cancellationToken);
697
using var call =
_client
!.WatchInteractions(headers: _headers, cancellationToken: cts.Token);
945
var call =
_client
!.WatchResourceConsoleLogs(
988
var call =
_client
!.WatchResourceConsoleLogs(
1055
var response = await
_client
!.ExecuteResourceCommandAsync(request, headers: _headers, cancellationToken: combinedTokens.Token);
1109
using var call =
_client
!.UploadFile(headers: _headers, cancellationToken: combinedTokens.Token);