19 instantiations of UrlSnapshot
Aspire.Hosting (5)
Aspire.Hosting.Azure (3)
Provisioning\Provisioners\BicepProvisioner.cs (3)
125portalUrls.Add(new(Name: DeploymentUrlName, Url: GetDeploymentUrl(id), IsInternal: false));
336Urls = [.. state.Urls.Where(static url => !string.Equals(url.Name, DeploymentUrlName, StringComparison.Ordinal)), new(Name: DeploymentUrlName, Url: deploymentUrl, IsInternal: false)],
693Urls = [.. state.Urls, new(Name: DeploymentUrlName, Url: url, IsInternal: false)],
Aspire.Hosting.Azure.Functions (1)
Aspire.Hosting.Azure.Tests (3)
Aspire.Hosting.Blazor (1)
Aspire.Hosting.Foundry (1)
Aspire.Hosting.Tests (5)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (3)
187new UrlSnapshot("http", "http://localhost:5000", false) { DisplayProperties = new UrlDisplayPropertiesSnapshot("HTTP Endpoint", 1) },
188new UrlSnapshot("https", "https://localhost:5001", true) { DisplayProperties = new UrlDisplayPropertiesSnapshot("HTTPS Endpoint", 2) },
189new UrlSnapshot("inactive", "http://localhost:5002", false) { IsInactive = true }
26 references to UrlSnapshot
Aspire.Hosting (14)
Aspire.Hosting.Azure (1)
Aspire.Hosting.Blazor (2)
Aspire.Hosting.Foundry (1)
Aspire.Hosting.Tests (8)