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