1 implementation of CreateContext
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplication.cs (1)
50public Context CreateContext(IFeatureCollection contextFeatures)
1 reference to CreateContext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
691var context = application.CreateContext(this);