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