2 references to EndPointString
Aspire.Hosting (1)
ApplicationModel\AllocatedEndpoint.cs (1)
132public string UriString => $"{UriScheme}://{EndPointString}";
Aspire.Hosting.Tests (1)
Dcp\DcpExecutorTests.cs (1)
2273Assert.Equal($"{address}:{port}", allocatedEndpoint.EndPointString);