1 write to Address
Aspire.Hosting (1)
ApplicationModel\AllocatedEndpoint.cs (1)
56
Address
= address;
5 references to Address
Aspire.Hosting (3)
ApplicationModel\AllocatedEndpoint.cs (1)
110
public string EndPointString => $"{
Address
}:{Port}";
ApplicationModel\EndpointReference.cs (1)
88
public string Host => AllocatedEndpoint.
Address
?? "localhost";
Orchestrator\ApplicationOrchestrator.cs (1)
234
EndpointBindingMode.SingleAddress when !allocatedEndpoint.
Address
.Equals(endpoint.TargetHost, StringComparison.OrdinalIgnoreCase) => new ResourceUrlAnnotation
Aspire.Hosting.Tests (2)
WithEndpointTests.cs (2)
646
Assert.Equal("localhost", endpoint.AllocatedEndpoint.
Address
);
680
Assert.Equal("localhost", endpoint.AllocatedEndpoint.
Address
);