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