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