2 references to GetDashboardConnectionInfoAsync
Aspire.Hosting (2)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
82
var info = await DashboardUrlsHelper.
GetDashboardConnectionInfoAsync
(serviceProvider, logger, cancellationToken).ConfigureAwait(false);
Backchannel\DashboardUrlsHelper.cs (1)
137
var info = await
GetDashboardConnectionInfoAsync
(serviceProvider, logger, cancellationToken).ConfigureAwait(false);