1 write to Scheme
Aspire.Hosting (1)
Dashboard\DashboardEventHandlers.cs (1)
371
var endpointContext = new EndpointGenerationContext {
Scheme
= allowUnsecureTransport ? "http" : "https" };
5 references to Scheme
Aspire.Hosting (5)
Dashboard\DashboardEventHandlers.cs (5)
376
dashboardResource.Annotations.Add(new EndpointAnnotation(ProtocolType.Tcp, name: endpointName, uriScheme: endpointContext.
Scheme
, isProxied: true));
377
LogEndpointAdded(endpointName, scheme: endpointContext.
Scheme
, host: "localhost", port: null);
401
if (string.Equals(address.Scheme, endpointContext.
Scheme
, StringComparison.OrdinalIgnoreCase))
776
annotation = new EndpointAnnotation(ProtocolType.Tcp, name: endpointName, uriScheme: context.
Scheme
, isProxied: true, transport: transport)
780
LogEndpointAdded(endpointName, scheme: context.
Scheme
, host: context.TargetHost, port: null);