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