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