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