1 implementation of IHttpSysRequestDelegationFeature
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
38IHttpSysRequestDelegationFeature,
19 references to IHttpSysRequestDelegationFeature
Microsoft.AspNetCore.Server.HttpSys (1)
StandardFeatureCollection.cs (1)
51_featureFuncLookup[typeof(IHttpSysRequestDelegationFeature)] = _identityFunc;
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (16)
DelegateTests.cs (16)
57var delegateFeature = httpContext.Features.Get<IHttpSysRequestDelegationFeature>(); 90var delegateFeature = httpContext.Features.Get<IHttpSysRequestDelegationFeature>(); 121var delegateFeature = httpContext.Features.Get<IHttpSysRequestDelegationFeature>(); 157var delegateFeature = httpContext.Features.Get<IHttpSysRequestDelegationFeature>(); 177var delegateFeature = httpContext.Features.Get<IHttpSysRequestDelegationFeature>(); 206var delegateFeature = httpContext.Features.Get<IHttpSysRequestDelegationFeature>(); 240var delegateFeature = httpContext.Features.Get<IHttpSysRequestDelegationFeature>(); 303var delegateFeature = httpContext.Features.Get<IHttpSysRequestDelegationFeature>();
Microsoft.AspNetCore.Server.HttpSys.NonHelixTests (2)
DelegateOutOfProcTests.cs (2)
55var delegateFeature = httpContext.Features.Get<IHttpSysRequestDelegationFeature>();