ResourceExtensions.TryGetEndpoints Method

Definition

Attempts to retrieve the endpoints for the given resource.

C#
public static bool TryGetEndpoints(this Aspire.Hosting.ApplicationModel.IResource resource, out System.Collections.Generic.IEnumerable<Aspire.Hosting.ApplicationModel.EndpointAnnotation>? endpoints);

Parameters

resource
IResource

The resource to retrieve the endpoints for.

endpoints
IEnumerable<EndpointAnnotation>

The endpoints for the given resource, if found.

Returns

True if the endpoints were found, false otherwise.

Applies to

Product Versions
.NET Aspire 8.0.0, 9.0.0, 9.1.0