Implemented interface member:
property
this
Microsoft.AspNetCore.Http.Features.IFeatureCollection.this[System.Type]
1 write to
Microsoft.AspNetCore.Server.HttpSys (1)
StandardFeatureCollection.cs (1)
114this[typeof(TFeature)] = instance;
1 reference to
Microsoft.AspNetCore.Server.HttpSys (1)
StandardFeatureCollection.cs (1)
109return (TFeature?)this[typeof(TFeature)];