2 references to TryValidateGrpcEndpointUrl
Aspire.Hosting (2)
Dashboard\TransportOptionsValidator.cs (2)
48
if (!
TryValidateGrpcEndpointUrl
(KnownConfigNames.DashboardOtlpGrpcEndpointUrl, dashboardOtlpGrpcEndpointUrl, out var resultGrpc))
52
if (!
TryValidateGrpcEndpointUrl
(KnownConfigNames.DashboardOtlpHttpEndpointUrl, dashboardOtlpHttpEndpointUrl, out var resultHttp))