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