4 references to SingleAddress
Aspire.Hosting (4)
ApplicationModel\AllocatedEndpoint.cs (1)
72: this(endpoint, address, port, EndpointBindingMode.SingleAddress, containerHostAddress, targetPortExpression)
Dcp\DcpExecutor.cs (3)
1513null or "" => ("localhost", EndpointBindingMode.SingleAddress), // Default is localhost 1514var s when string.Equals(s, "localhost", StringComparison.OrdinalIgnoreCase) => ("localhost", EndpointBindingMode.SingleAddress), // Explicitly set to localhost 1519_ => (s, EndpointBindingMode.SingleAddress), // Any other IP address is returned as-is