5 references to IPV4Host
Aspire.Hosting (5)
ApplicationModel\EndpointReference.cs (2)
54EndpointProperty.Host or EndpointProperty.IPV4Host => Binding("host"), 177EndpointProperty.IPV4Host => new("127.0.0.1"),
ApplicationModel\ExpressionResolver.cs (3)
39if (property is EndpointProperty.Host or EndpointProperty.IPV4Host) 66(EndpointProperty.Host or EndpointProperty.IPV4Host, true, true) => target.Name, 69(EndpointProperty.Host or EndpointProperty.IPV4Host, false, _) => containerHostName,