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