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