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