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