1 write to Url
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
445
Url
= u.Url,
2 references to Url
Aspire.Hosting.Tests (2)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (2)
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);