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