Implemented interface member:
method
CreateContext
Microsoft.AspNetCore.Hosting.Server.IHttpApplication<TContext>.CreateContext(Microsoft.AspNetCore.Http.Features.IFeatureCollection)
59 references to CreateContext
Microsoft.AspNetCore.Hosting.Tests (59)
HostingApplicationDiagnosticsTests.cs (44)
69var context1 = hostingApplication1.CreateContext(features1); 70var context2 = hostingApplication2.CreateContext(features2); 100context1 = hostingApplication1.CreateContext(features1); 101context2 = hostingApplication2.CreateContext(features2); 166var context = hostingApplication.CreateContext(features); 212var context = hostingApplication.CreateContext(features); 231var context = hostingApplication.CreateContext(features); 258var context = hostingApplication.CreateContext(features); 317var context = hostingApplication.CreateContext(features); 382var context = hostingApplication.CreateContext(features); 442var context = hostingApplication.CreateContext(features); 497var context = hostingApplication.CreateContext(features); 547var context = hostingApplication.CreateContext(features); 560hostingApplication.CreateContext(features); 596var context = hostingApplication.CreateContext(features); 632hostingApplication.CreateContext(features); 669hostingApplication.CreateContext(features); 696hostingApplication.CreateContext(features); 721var context = hostingApplication.CreateContext(features); 745var context = hostingApplication.CreateContext(features); 767var context = hostingApplication.CreateContext(features); 788hostingApplication.CreateContext(features); 818hostingApplication.CreateContext(features); 848hostingApplication.CreateContext(features); 878hostingApplication.CreateContext(features); 909hostingApplication.CreateContext(features); 939hostingApplication.CreateContext(features); 976hostingApplication.CreateContext(features); 1006hostingApplication.CreateContext(features); 1047hostingApplication.CreateContext(features); 1082hostingApplication.CreateContext(features); 1125hostingApplication.CreateContext(features); 1167hostingApplication.CreateContext(features); 1217hostingApplication.CreateContext(features); 1248var context = hostingApplication.CreateContext(features); 1298var context = hostingApplication.CreateContext(features); 1338var context = hostingApplication.CreateContext(features); 1373var context = hostingApplication.CreateContext(features); 1414var context = hostingApplication.CreateContext(features); 1446var context = hostingApplication.CreateContext(features); 1489var context = hostingApplication.CreateContext(features); 1533var context = hostingApplication.CreateContext(features); 1582var context = hostingApplication.CreateContext(features); 1613var context = hostingApplication.CreateContext(features);
HostingApplicationTests.cs (7)
28var context = hostingApplication.CreateContext(httpContext.Features); 43var context = hostingApplication.CreateContext(httpContext.Features); 62var context = hostingApplication.CreateContext(features); 85var context = hostingApplication.CreateContext(features); 107var context = hostingApplication.CreateContext(httpContext.Features); 155var context = hostingApplication.CreateContext(httpContext.Features); 172var context = hostingApplication.CreateContext(httpContext.Features);
HostingMetricsTests.cs (8)
37var context1 = hostingApplication.CreateContext(httpContext.Features); 49var context2 = hostingApplication.CreateContext(httpContext.Features); 64var context3 = hostingApplication.CreateContext(httpContext.Features); 135var context1 = hostingApplication.CreateContext(httpContext.Features); 173var context = hostingApplication.CreateContext(httpContext.Features); 195var context = hostingApplication.CreateContext(httpContext.Features); 225var context = hostingApplication.CreateContext(httpContext.Features); 250var context = hostingApplication.CreateContext(httpContext.Features);