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