1 instantiation of DefaultConnectionLifetimeNotificationFeature
Microsoft.AspNetCore.Http (1)
Internal\DefaultConnectionInfo.cs (1)
16
private static readonly Func<IFeatureCollection, IConnectionLifetimeNotificationFeature> _newConnectionLifetime = f => new
DefaultConnectionLifetimeNotificationFeature
(f.Get<IHttpResponseFeature>());