4 implementations of GetHostAddressExpression
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppEnvironmentResource.cs (1)
243public ReferenceExpression GetHostAddressExpression(EndpointReference endpointReference)
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentResource.cs (1)
392public ReferenceExpression GetHostAddressExpression(EndpointReference endpointReference)
Aspire.Hosting.Docker (1)
DockerComposeEnvironmentResource.cs (1)
191public ReferenceExpression GetHostAddressExpression(EndpointReference endpointReference)
Aspire.Hosting.Kubernetes (1)
KubernetesEnvironmentResource.cs (1)
105public ReferenceExpression GetHostAddressExpression(EndpointReference endpointReference)