2 instantiations of TestHostingContext
Microsoft.AspNetCore.TestHost.Tests (2)
ClientHandlerTests.cs (2)
613
return new
TestHostingContext
()
657
return new
TestHostingContext
()
24 references to TestHostingContext
Microsoft.AspNetCore.TestHost.Tests (24)
ClientHandlerTests.cs (24)
597
private class DummyApplication : ApplicationWrapper, IHttpApplication<
TestHostingContext
>
608
return ((IHttpApplication<
TestHostingContext
>)this).CreateContext(features);
611
TestHostingContext
IHttpApplication<
TestHostingContext
>.CreateContext(IFeatureCollection contextFeatures)
621
((IHttpApplication<
TestHostingContext
>)this).DisposeContext((
TestHostingContext
)context, exception);
624
void IHttpApplication<
TestHostingContext
>.DisposeContext(
TestHostingContext
context, Exception exception)
631
return ((IHttpApplication<
TestHostingContext
>)this).ProcessRequestAsync((
TestHostingContext
)context);
634
Task IHttpApplication<
TestHostingContext
>.ProcessRequestAsync(
TestHostingContext
context)
640
private class InspectingApplication : ApplicationWrapper, IHttpApplication<
TestHostingContext
>
651
return ((IHttpApplication<
TestHostingContext
>)this).CreateContext(features);
654
TestHostingContext
IHttpApplication<
TestHostingContext
>.CreateContext(IFeatureCollection contextFeatures)
665
((IHttpApplication<
TestHostingContext
>)this).DisposeContext((
TestHostingContext
)context, exception);
668
void IHttpApplication<
TestHostingContext
>.DisposeContext(
TestHostingContext
context, Exception exception)
675
return ((IHttpApplication<
TestHostingContext
>)this).ProcessRequestAsync((
TestHostingContext
)context);
678
Task IHttpApplication<
TestHostingContext
>.ProcessRequestAsync(
TestHostingContext
context)