2 references to GetEndpointForNetwork
Aspire.Hosting.Testing (2)
DistributedApplicationHostingTestingExtensions.cs (2)
89
return
GetEndpointForNetwork
(app, resourceName, null, endpointName);
125
return app.
GetEndpointForNetwork
(resourceName, networkIdentifier is null ? null : new NetworkIdentifier(networkIdentifier), endpointName);