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