10 references to Authority
Aspire.Dashboard (2)
Model\TargetLocationInterceptor.cs (1)
22var targetBaseUri = new Uri(uri.GetLeftPart(UriPartial.Authority));
src\Shared\LoggingHelpers.cs (1)
24var dashboardUrl = $"{firstDashboardUrl.GetLeftPart(UriPartial.Authority)}/login?t={token}";
Aspire.Hosting (2)
Backchannel\AppHostRpcTarget.cs (1)
120var baseUrlWithLoginToken = $"{dashboardUri.GetLeftPart(UriPartial.Authority)}/login?t={dashboardOptions.Value.DashboardToken}";
src\Shared\LoggingHelpers.cs (1)
24var dashboardUrl = $"{firstDashboardUrl.GetLeftPart(UriPartial.Authority)}/login?t={token}";
Microsoft.Extensions.Http.Resilience (1)
Resilience\Internal\ByAuthorityPipelineKeyProvider.cs (1)
26pipelineKey = url.GetLeftPart(UriPartial.Authority);
Microsoft.Extensions.ServiceDiscovery (1)
Http\HttpServiceEndpointResolver.cs (1)
42var key = request.RequestUri.GetLeftPart(UriPartial.Authority);
Microsoft.Extensions.ServiceDiscovery.Yarp (1)
ServiceDiscoveryDestinationResolver.cs (1)
58var serviceName = originalUri.GetLeftPart(UriPartial.Authority);
PresentationCore (1)
System\Windows\Navigation\BaseUriHelper.cs (1)
445baseUri = new Uri(uri.GetLeftPart(UriPartial.Authority), UriKind.Absolute);
System.Private.Uri (1)
System\Uri.cs (1)
1348case UriPartial.Authority:
Templates.Blazor.Tests (1)
BlazorTemplateTest.cs (1)
173await page.GotoAsync(new Uri(page.Url).GetLeftPart(UriPartial.Authority));