4 references to UriScheme
Aspire.Hosting (4)
ApplicationModel\AllocatedEndpoint.cs (1)
132
public string UriString => $"{
UriScheme
}://{EndPointString}";
Orchestrator\ApplicationOrchestrator.cs (3)
250
Url = $"{allocatedEndpoint.
UriScheme
}://{endpoint.TargetHost}:{allocatedEndpoint.Port}",
259
Url = $"{allocatedEndpoint.
UriScheme
}://{Environment.MachineName}:{allocatedEndpoint.Port}",
291
Url = $"{allocatedEndpoint.
UriScheme
}://{resource.Name.ToLowerInvariant()}-{subdomainSuffix}.dev.localhost:{allocatedEndpoint.Port}",