FoundryProjectEndpointResolver.TryResolveProjectEndpointFromEnvironment Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.