4 references to AllocatedEndpoint
Aspire.Hosting (4)
ApplicationModel\EndpointReference.cs (4)
77public int Port => AllocatedEndpoint.Port; 87public string Host => AllocatedEndpoint.Address ?? "localhost"; 92public string ContainerHost => AllocatedEndpoint.ContainerHostAddress ?? throw new InvalidOperationException($"The endpoint \"{EndpointName}\" has no associated container host name."); 102public string Url => AllocatedEndpoint.UriString;