4 references to IsHttpSchemeNamedEndpoint
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
849var schemeKey = endpoint.IsHttpSchemeNamedEndpoint ? endpoint.Scheme : endpointName;
Aspire.Hosting.DevTunnels (1)
DevTunnelResourceBuilderExtensions.cs (1)
503var schemeKey = port.TargetEndpoint.IsHttpSchemeNamedEndpoint ? port.TargetEndpoint.Scheme : endpointName;
Aspire.Hosting.Yarp (2)
ConfigurationBuilder\YarpCluster.cs (2)
41if (endpoint.IsHttpSchemeNamedEndpoint) 132.Where(e => e.IsHttpSchemeNamedEndpoint)