78 references to ContentLength
Microsoft.AspNetCore.Http (3)
Microsoft.AspNetCore.HttpLogging (2)
Microsoft.AspNetCore.OutputCaching (2)
Microsoft.AspNetCore.Owin (3)
Microsoft.AspNetCore.Rewrite (1)
Microsoft.AspNetCore.Server.HttpSys (19)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1199if (string.Equals(key, HeaderNames.ContentLength, StringComparison.OrdinalIgnoreCase))
1436if (string.Equals(key, HeaderNames.ContentLength, StringComparison.OrdinalIgnoreCase))
1684if (string.Equals(key, HeaderNames.ContentLength, StringComparison.OrdinalIgnoreCase))
2086if (string.Equals(key, HeaderNames.ContentLength, StringComparison.Ordinal))
2243yield return HeaderNames.ContentLength;
2579yield return new KeyValuePair<string, StringValues>(HeaderNames.ContentLength, ContentLength);
2760HttpSysRequestHeader.ContentLength => HeaderNames.ContentLength,
Microsoft.AspNetCore.Server.IIS (17)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1199if (string.Equals(key, HeaderNames.ContentLength, StringComparison.OrdinalIgnoreCase))
1436if (string.Equals(key, HeaderNames.ContentLength, StringComparison.OrdinalIgnoreCase))
1684if (string.Equals(key, HeaderNames.ContentLength, StringComparison.OrdinalIgnoreCase))
2086if (string.Equals(key, HeaderNames.ContentLength, StringComparison.Ordinal))
2243yield return HeaderNames.ContentLength;
2579yield return new KeyValuePair<string, StringValues>(HeaderNames.ContentLength, ContentLength);
2760HttpSysRequestHeader.ContentLength => HeaderNames.ContentLength,
Microsoft.AspNetCore.Server.Kestrel.Core (29)
Internal\Http\HttpHeaders.Generated.cs (25)
307HeaderNames.ContentLength,
3331if (ReferenceEquals(HeaderNames.ContentLength, key))
3350if (HeaderNames.ContentLength.Equals(key, StringComparison.OrdinalIgnoreCase))
4115if (ReferenceEquals(HeaderNames.ContentLength, key))
4127if (HeaderNames.ContentLength.Equals(key, StringComparison.OrdinalIgnoreCase))
5122if (ReferenceEquals(HeaderNames.ContentLength, key))
5142if (HeaderNames.ContentLength.Equals(key, StringComparison.OrdinalIgnoreCase))
6229if (ReferenceEquals(HeaderNames.ContentLength, key))
6249if (HeaderNames.ContentLength.Equals(key, StringComparison.OrdinalIgnoreCase))
7469array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.ContentLength, HeaderUtilities.FormatNonNegativeInt64(_contentLength.Value));
7782? null : EncodingSelector(HeaderNames.ContentLength);
7991? null : EncodingSelector(HeaderNames.ContentLength);
8160? null : EncodingSelector(HeaderNames.ContentLength);
8649_current = new KeyValuePair<string, StringValues>(HeaderNames.ContentLength, HeaderUtilities.FormatNonNegativeInt64(_collection._contentLength.GetValueOrDefault()));
11382if (ReferenceEquals(HeaderNames.ContentLength, key))
11392if (HeaderNames.ContentLength.Equals(key, StringComparison.OrdinalIgnoreCase))
12047if (ReferenceEquals(HeaderNames.ContentLength, key))
12053if (HeaderNames.ContentLength.Equals(key, StringComparison.OrdinalIgnoreCase))
12828if (ReferenceEquals(HeaderNames.ContentLength, key))
12838if (HeaderNames.ContentLength.Equals(key, StringComparison.OrdinalIgnoreCase))
13720if (ReferenceEquals(HeaderNames.ContentLength, key))
13730if (HeaderNames.ContentLength.Equals(key, StringComparison.OrdinalIgnoreCase))
14796array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.ContentLength, HeaderUtilities.FormatNonNegativeInt64(_contentLength.Value));
15482_current = new KeyValuePair<string, StringValues>(HeaderNames.ContentLength, HeaderUtilities.FormatNonNegativeInt64(_collection._contentLength.GetValueOrDefault()));
17564array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.ContentLength, HeaderUtilities.FormatNonNegativeInt64(_contentLength.Value));
Microsoft.AspNetCore.StaticAssets (1)
Microsoft.AspNetCore.TestHost (1)