1 implementation of CanDelegate
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
623
public bool
CanDelegate
=> Request.CanDelegate;
1 reference 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
"/>