1 write to Urls
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
633
Urls
= urls,
6 references to Urls
Aspire.Hosting.Tests (6)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (6)
148
Assert.Equal(2, snapshot.
Urls
.Length);
149
Assert.Contains(snapshot.
Urls
, u => u.Name == "http" && u.Url == "http://localhost:5000" && !u.IsInternal);
150
Assert.Contains(snapshot.
Urls
, u => u.Name == "https" && u.Url == "https://localhost:5001" && u.IsInternal);
151
Assert.DoesNotContain(snapshot.
Urls
, u => u.Name == "inactive");
154
var httpUrl = snapshot.
Urls
.Single(u => u.Name == "http");
159
var httpsUrl = snapshot.
Urls
.Single(u => u.Name == "https");