3 references to EndpointName
Aspire.Hosting.Blazor (3)
BlazorHostedExtensions.cs (2)
333
public string DestinationAddress =>
EndpointName
is not null
334
? $"https+http://_{
EndpointName
}.{ServiceName}"
GatewayConfigurationBuilder.cs (1)
152
var destId = svc.
EndpointName
?? "d1";