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