Implemented interface member:
property
this
Microsoft.AspNetCore.Http.Features.IFeatureCollection.this[System.Type]
1 write to
Microsoft.AspNetCore.Owin (1)
OwinFeatureCollection.cs (1)
389this[typeof(TFeature)] = instance;
1 reference to
Microsoft.AspNetCore.Owin (1)
OwinFeatureCollection.cs (1)
383return (TFeature)this[typeof(TFeature)];