2 instantiations of HttpConnectionFeature
Microsoft.AspNetCore.Http (1)
Internal\DefaultConnectionInfo.cs (1)
14
private static readonly Func<IFeatureCollection, IHttpConnectionFeature> _newHttpConnectionFeature = f => new
HttpConnectionFeature
();
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
734
var connectionFeature = new
HttpConnectionFeature
();
1 reference to HttpConnectionFeature
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
734
var
connectionFeature = new HttpConnectionFeature();