3 writes to AllowAllSchemes
Microsoft.Extensions.ServiceDiscovery.Tests (2)
ConfigurationServiceEndpointResolverTests.cs (2)
69
o.
AllowAllSchemes
= false;
153
o.
AllowAllSchemes
= false;
Microsoft.Extensions.ServiceDiscovery.Yarp.Tests (1)
YarpServiceDiscoveryTests.cs (1)
210
o.
AllowAllSchemes
= false;
4 references to AllowAllSchemes
Microsoft.Extensions.ServiceDiscovery (4)
Configuration\ConfigurationServiceEndpointProvider.cs (2)
43
_includeAllSchemes = serviceDiscoveryOptions.Value.
AllowAllSchemes
&& query.IncludedSchemes.Count == 0;
44
_schemes = ServiceDiscoveryOptions.ApplyAllowedSchemes(query.IncludedSchemes, serviceDiscoveryOptions.Value.AllowedSchemes, serviceDiscoveryOptions.Value.
AllowAllSchemes
);
Http\ResolvingHttpDelegatingHandler.cs (1)
115
if (options.
AllowAllSchemes
|| options.AllowedSchemes.Contains(scheme, StringComparer.OrdinalIgnoreCase))
ServiceDiscoveryOptions.cs (1)
29
/// When <see cref="
AllowAllSchemes
"/> is <see langword="true"/>, this property is ignored.