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