4 references to Urls
Aspire.Dashboard.Tests (1)
Integration\DashboardClientAuthTests.cs (1)
145
public string Url => serverApp.
Urls
.First();
Binding.Http.IntegrationTests (1)
BasicHttpBindingTests.4.0.0.cs (1)
388
new EndpointAddress(app.
Urls
.First(u => u.StartsWith("http:"))));
Microsoft.AspNetCore (1)
WebApplication.cs (1)
270
public string Urls => string.Join(", ", _webApplication.
Urls
);
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFixture.cs (1)
99
_proxyApp.
Urls
.Add(ProxyUrl);