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