1 implementation of DisposeContext
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplication.cs (1)
100public void DisposeContext(Context context, Exception? exception)
1 reference to DisposeContext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
790application.DisposeContext(context, _applicationException);