10 references to Parse
Aspire.Dashboard (3)
Configuration\DashboardOptions.cs (1)
303bindingAddress = BindingAddress.Parse(address);
DashboardWebApplication.cs (2)
694if (requiredClientCertificate && IsHttpsOrNull(BindingAddress.Parse(url))) 774var address = BindingAddress.Parse(endpointConfiguration.ConfigSection["Url"]!);
Aspire.Hosting (5)
Dashboard\DashboardEventHandlers.cs (2)
393var address = BindingAddress.Parse(d.Trim()); 784var address = BindingAddress.Parse(endpointUrl);
Dashboard\TransportOptionsValidator.cs (1)
73bindingAddress = BindingAddress.Parse(address);
ProjectResourceBuilderExtensions.cs (2)
644BindingAddress = BindingAddress.Parse(endpoint["Url"]!), 725var bindingAddress = BindingAddress.Parse(url);
Microsoft.AspNetCore.HttpsPolicy (1)
HttpsRedirectionMiddleware.cs (1)
143var bindingAddress = BindingAddress.Parse(address);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\AddressBinder.cs (1)
102var parsedAddress = BindingAddress.Parse(address);