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