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