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