Share via


FoundryProjectEndpointResolver.TryResolveProjectEndpointFromEnvironment Method

Definition

Attempts to resolve the Foundry project endpoint from environment variables.

public static bool TryResolveProjectEndpointFromEnvironment(out Uri? projectEndpoint);
static member TryResolveProjectEndpointFromEnvironment : Uri -> bool
Public Shared Function TryResolveProjectEndpointFromEnvironment (ByRef projectEndpoint As Uri) As Boolean

Parameters

projectEndpoint
Uri

Resolved endpoint when available and valid; otherwise, null.

Returns

True if a valid endpoint was resolved; otherwise, false.

Applies to