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