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