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