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