1 implementation of GetDashboardUrlsAsync
aspire (1)
Backchannel\AppHostBackchannel.cs (1)
64
public async Task<(string BaseUrlWithLoginToken, string? CodespacesUrlWithLoginToken)>
GetDashboardUrlsAsync
(CancellationToken cancellationToken)
1 reference to GetDashboardUrlsAsync
aspire (1)
Commands\RunCommand.cs (1)
160
() => backchannel.
GetDashboardUrlsAsync
(cancellationToken));