1 implementation of CanDelegate
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
598public bool CanDelegate => Request.CanDelegate;
3 references to CanDelegate
Microsoft.AspNetCore.Server.HttpSys (1)
IHttpSysRequestDelegationFeature.cs (1)
18/// must not be read nor the response started before this is invoked. Check <see cref="CanDelegate"/>
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
DelegateTests.cs (2)
87Assert.False(delegateFeature.CanDelegate); 119Assert.False(delegateFeature.CanDelegate);