3 references to UriScheme
Aspire.Hosting (3)
ApplicationModel\AllocatedEndpoint.cs (1)
115public string UriString => $"{UriScheme}://{EndPointString}";
Orchestrator\ApplicationOrchestrator.cs (2)
234Url = $"{allocatedEndpoint.UriScheme}://{endpoint.TargetHost}:{allocatedEndpoint.Port}", 243Url = $"{allocatedEndpoint.UriScheme}://{Environment.MachineName}:{allocatedEndpoint.Port}",