2 instantiations of TestHostingContext
Microsoft.AspNetCore.TestHost.Tests (2)
ClientHandlerTests.cs (2)
611return new TestHostingContext() 655return new TestHostingContext()
24 references to TestHostingContext
Microsoft.AspNetCore.TestHost.Tests (24)
ClientHandlerTests.cs (24)
595private class DummyApplication : ApplicationWrapper, IHttpApplication<TestHostingContext> 606return ((IHttpApplication<TestHostingContext>)this).CreateContext(features); 609TestHostingContext IHttpApplication<TestHostingContext>.CreateContext(IFeatureCollection contextFeatures) 619((IHttpApplication<TestHostingContext>)this).DisposeContext((TestHostingContext)context, exception); 622void IHttpApplication<TestHostingContext>.DisposeContext(TestHostingContext context, Exception exception) 629return ((IHttpApplication<TestHostingContext>)this).ProcessRequestAsync((TestHostingContext)context); 632Task IHttpApplication<TestHostingContext>.ProcessRequestAsync(TestHostingContext context) 638private class InspectingApplication : ApplicationWrapper, IHttpApplication<TestHostingContext> 649return ((IHttpApplication<TestHostingContext>)this).CreateContext(features); 652TestHostingContext IHttpApplication<TestHostingContext>.CreateContext(IFeatureCollection contextFeatures) 663((IHttpApplication<TestHostingContext>)this).DisposeContext((TestHostingContext)context, exception); 666void IHttpApplication<TestHostingContext>.DisposeContext(TestHostingContext context, Exception exception) 673return ((IHttpApplication<TestHostingContext>)this).ProcessRequestAsync((TestHostingContext)context); 676Task IHttpApplication<TestHostingContext>.ProcessRequestAsync(TestHostingContext context)