1 implementation of DelegateRequest
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
742public void DelegateRequest(DelegationRule destination)
8 references to DelegateRequest
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (7)
DelegateTests.cs (7)
58delegateFeature.DelegateRequest(destination); 92Assert.Throws<InvalidOperationException>(() => delegateFeature.DelegateRequest(destination)); 122delegateFeature.DelegateRequest(destination); 158Assert.Throws<InvalidOperationException>(() => delegateFeature.DelegateRequest(destination)); 207delegateFeature.DelegateRequest(destination); 241delegateFeature.DelegateRequest(destination); 304delegateFeature.DelegateRequest(destination);
Microsoft.AspNetCore.Server.HttpSys.NonHelixTests (1)
DelegateOutOfProcTests.cs (1)
56delegateFeature.DelegateRequest(destination);