3 references to IHttpMaxRequestBodySizeFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
179if (key == IHttpMaxRequestBodySizeFeature) 319if (key == IHttpMaxRequestBodySizeFeature) 449yield return new KeyValuePair<Type, object>(IHttpMaxRequestBodySizeFeature, _currentIHttpMaxRequestBodySizeFeature);