3 references to AppHostRpcTarget
Aspire.Hosting (3)
Backchannel\AppHostRpcTarget.cs (1)
19ILogger<AppHostRpcTarget> logger,
Backchannel\BackchannelService.cs (1)
14internal sealed class BackchannelService(ILogger<BackchannelService> logger, IConfiguration configuration, AppHostRpcTarget appHostRpcTarget, IDistributedApplicationEventing eventing, IServiceProvider serviceProvider) : BackgroundService
DistributedApplicationBuilder.cs (1)
266_innerBuilder.Services.AddSingleton<AppHostRpcTarget>();