1 implementation of DelegateRequest
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
723public void DelegateRequest(DelegationRule destination)
7 references to DelegateRequest
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (6)
DelegateTests.cs (6)
54delegateFeature.DelegateRequest(destination); 88Assert.Throws<InvalidOperationException>(() => delegateFeature.DelegateRequest(destination)); 118delegateFeature.DelegateRequest(destination); 154Assert.Throws<InvalidOperationException>(() => delegateFeature.DelegateRequest(destination)); 203delegateFeature.DelegateRequest(destination); 236delegateFeature.DelegateRequest(destination);
Microsoft.AspNetCore.Server.HttpSys.NonHelixTests (1)
DelegateOutOfProcTests.cs (1)
56delegateFeature.DelegateRequest(destination);