Implemented interface member:
method
CreateContext
Microsoft.AspNetCore.Hosting.Server.IHttpApplication<TContext>.CreateContext(Microsoft.AspNetCore.Http.Features.IFeatureCollection)
44 references to CreateContext
Microsoft.AspNetCore.Hosting.Tests (44)
HostingApplicationDiagnosticsTests.cs (32)
68var context1 = hostingApplication1.CreateContext(features1); 69var context2 = hostingApplication2.CreateContext(features2); 99context1 = hostingApplication1.CreateContext(features1); 100context2 = hostingApplication2.CreateContext(features2); 165var context = hostingApplication.CreateContext(features); 211var context = hostingApplication.CreateContext(features); 230var context = hostingApplication.CreateContext(features); 257var context = hostingApplication.CreateContext(features); 316var context = hostingApplication.CreateContext(features); 376var context = hostingApplication.CreateContext(features); 431var context = hostingApplication.CreateContext(features); 476var context = hostingApplication.CreateContext(features); 489hostingApplication.CreateContext(features); 525var context = hostingApplication.CreateContext(features); 561hostingApplication.CreateContext(features); 598hostingApplication.CreateContext(features); 625hostingApplication.CreateContext(features); 650var context = hostingApplication.CreateContext(features); 674var context = hostingApplication.CreateContext(features); 696var context = hostingApplication.CreateContext(features); 717hostingApplication.CreateContext(features); 747hostingApplication.CreateContext(features); 777hostingApplication.CreateContext(features); 807hostingApplication.CreateContext(features); 838hostingApplication.CreateContext(features); 868hostingApplication.CreateContext(features); 905hostingApplication.CreateContext(features); 935hostingApplication.CreateContext(features); 976hostingApplication.CreateContext(features); 1011hostingApplication.CreateContext(features); 1046hostingApplication.CreateContext(features); 1067var 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); 154var context = hostingApplication.CreateContext(httpContext.Features); 170var context = hostingApplication.CreateContext(httpContext.Features);
HostingMetricsTests.cs (5)
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);