3 references to IHttpBodyControlFeatureType
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
167
if (key ==
IHttpBodyControlFeatureType
)
309
if (key ==
IHttpBodyControlFeatureType
)
441
yield return new KeyValuePair<Type, object>(
IHttpBodyControlFeatureType
, _currentIHttpBodyControlFeature);