3 references to GetEndpointOrDefault
Aspire.Hosting.Testing (3)
DistributedApplicationHostingTestingExtensions.cs (3)
90
endpoint =
GetEndpointOrDefault
(resourceWithEndpoints, endpointName);
94
endpoint =
GetEndpointOrDefault
(resourceWithEndpoints, "http") ??
GetEndpointOrDefault
(resourceWithEndpoints, "https");