1 implementation of CanDelegate
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
615
public 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)
87
Assert.False(delegateFeature.
CanDelegate
);
119
Assert.False(delegateFeature.
CanDelegate
);