1 write to SupportsDelegation
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\HttpApi.cs (1)
87SupportsDelegation = IsFeatureSupported(HTTP_FEATURE_ID.HttpFeatureDelegateEx);
5 references to SupportsDelegation
Microsoft.AspNetCore.Server.HttpSys (3)
MessagePump.cs (1)
49if (HttpApi.SupportsDelegation)
StandardFeatureCollection.cs (1)
50if (HttpApi.SupportsDelegation)
WebHostBuilderHttpSysExtensions.cs (1)
35if (HttpApi.SupportsDelegation)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
DelegateSupportedConditionAttribute.cs (1)
16try { _httpApiSupportsDelegation = HttpApi.SupportsDelegation; } catch { }
Microsoft.AspNetCore.Server.HttpSys.NonHelixTests (1)
DelegateSupportedConditionAttribute.cs (1)
16try { _httpApiSupportsDelegation = HttpApi.SupportsDelegation; } catch { }