3 implementations of TransferEncoding
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
1632StringValues IHeaderDictionary.TransferEncoding 9745StringValues IHeaderDictionary.TransferEncoding 16842StringValues IHeaderDictionary.TransferEncoding
1 reference to TransferEncoding
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
384if (!response.ContentLength.HasValue && StringValues.IsNullOrEmpty(response.Headers.TransferEncoding))