1 implementation of IHttpSysRequestDelegationFeature
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
38IHttpSysRequestDelegationFeature,
17 references to IHttpSysRequestDelegationFeature
Microsoft.AspNetCore.Server.HttpSys (1)
StandardFeatureCollection.cs (1)
51_featureFuncLookup[typeof(IHttpSysRequestDelegationFeature)] = _identityFunc;
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (14)
DelegateTests.cs (14)
53var delegateFeature = httpContext.Features.Get<IHttpSysRequestDelegationFeature>(); 86var delegateFeature = httpContext.Features.Get<IHttpSysRequestDelegationFeature>(); 117var delegateFeature = httpContext.Features.Get<IHttpSysRequestDelegationFeature>(); 153var delegateFeature = httpContext.Features.Get<IHttpSysRequestDelegationFeature>(); 173var delegateFeature = httpContext.Features.Get<IHttpSysRequestDelegationFeature>(); 202var delegateFeature = httpContext.Features.Get<IHttpSysRequestDelegationFeature>(); 235var delegateFeature = httpContext.Features.Get<IHttpSysRequestDelegationFeature>();
Microsoft.AspNetCore.Server.HttpSys.NonHelixTests (2)
DelegateOutOfProcTests.cs (2)
55var delegateFeature = httpContext.Features.Get<IHttpSysRequestDelegationFeature>();