12 references to Parse
Aspire.Dashboard (3)
Configuration\DashboardOptions.cs (1)
344bindingAddress = BindingAddress.Parse(address);
DashboardWebApplication.cs (2)
628if (requiredClientCertificate && IsHttpsOrNull(BindingAddress.Parse(url))) 711var address = BindingAddress.Parse(endpointConfiguration.ConfigSection["Url"]!);
Aspire.Hosting (7)
Dashboard\DashboardEventHandlers.cs (4)
415var address = BindingAddress.Parse(d); 425var address = BindingAddress.Parse(otlpGrpcEndpointUrl); 434var address = BindingAddress.Parse(otlpHttpEndpointUrl); 443var address = BindingAddress.Parse(mcpEndpointUrl);
Dashboard\TransportOptionsValidator.cs (1)
88bindingAddress = BindingAddress.Parse(address);
ProjectResourceBuilderExtensions.cs (2)
508BindingAddress = BindingAddress.Parse(endpoint["Url"]!), 589var 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);