53 references to AcceptCharset
CodeGenerator (1)
src\Servers\Kestrel\shared\KnownHeaders.cs (1)
145HeaderNames.AcceptCharset,
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (2)
Logging\HeaderReaderTests.cs (2)
44[HeaderNames.AcceptCharset] = DataClassification.Unknown 52[HeaderNames.AcceptCharset] = MediaTypeNames.Text.Xml,
Microsoft.AspNetCore.Http.Extensions (1)
RequestHeaders.cs (1)
57Headers.SetList(HeaderNames.AcceptCharset, value);
Microsoft.AspNetCore.Http.Features (2)
IHeaderDictionary.Keyed.cs (2)
14StringValues AcceptCharset { get => this[HeaderNames.AcceptCharset]; set => this[HeaderNames.AcceptCharset] = value; }
Microsoft.AspNetCore.HttpLogging (1)
HttpLoggingOptions.cs (1)
35HeaderNames.AcceptCharset,
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheEntryFormatter.cs (1)
398HeaderNames.AcceptCharset,
Microsoft.AspNetCore.OutputCaching.Tests (3)
OutputCacheEntryFormatterTests.cs (3)
51.CopyHeadersFrom(new HeaderDictionary { [HeaderNames.Accept] = new[] { "text/plain", "text/html" }, [HeaderNames.AcceptCharset] = "utf8" }) 70entry.CopyHeadersFrom(new HeaderDictionary { [""] = "", [HeaderNames.Accept] = new[] { null, null, "", "text/html" }, [HeaderNames.AcceptCharset] = new string[] { null } }); 90Assert.True(result.TryFindHeader(HeaderNames.AcceptCharset, out values), "Find 'AcceptCharset'");
Microsoft.AspNetCore.Server.HttpSys (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1195if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.OrdinalIgnoreCase)) 1431if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.OrdinalIgnoreCase)) 1679if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.OrdinalIgnoreCase)) 2076if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.Ordinal)) 2207yield return HeaderNames.AcceptCharset; 2543yield return new KeyValuePair<string, StringValues>(HeaderNames.AcceptCharset, AcceptCharset); 2751HttpSysRequestHeader.AcceptCharset => HeaderNames.AcceptCharset,
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
RequestHeaderTests.cs (1)
306yield return (HttpSysRequestHeader.AcceptCharset, HeaderNames.AcceptCharset);
Microsoft.AspNetCore.Server.IIS (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1195if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.OrdinalIgnoreCase)) 1431if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.OrdinalIgnoreCase)) 1679if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.OrdinalIgnoreCase)) 2076if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.Ordinal)) 2207yield return HeaderNames.AcceptCharset; 2543yield return new KeyValuePair<string, StringValues>(HeaderNames.AcceptCharset, AcceptCharset); 2751HttpSysRequestHeader.AcceptCharset => HeaderNames.AcceptCharset,
Microsoft.AspNetCore.Server.Kestrel.Core (19)
Internal\Http\HttpHeaders.Generated.cs (19)
285HeaderNames.AcceptCharset, 3322if (ReferenceEquals(HeaderNames.AcceptCharset, key)) 3341if (HeaderNames.AcceptCharset.Equals(key, StringComparison.OrdinalIgnoreCase)) 4109if (ReferenceEquals(HeaderNames.AcceptCharset, key)) 4121if (HeaderNames.AcceptCharset.Equals(key, StringComparison.OrdinalIgnoreCase)) 5112if (ReferenceEquals(HeaderNames.AcceptCharset, key)) 5132if (HeaderNames.AcceptCharset.Equals(key, StringComparison.OrdinalIgnoreCase)) 6219if (ReferenceEquals(HeaderNames.AcceptCharset, key)) 6239if (HeaderNames.AcceptCharset.Equals(key, StringComparison.OrdinalIgnoreCase)) 7109array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.AcceptCharset, _headers._AcceptCharset); 7777nameStr = HeaderNames.AcceptCharset; 7962nameStr = HeaderNames.AcceptCharset; 8449_current = new KeyValuePair<string, StringValues>(HeaderNames.AcceptCharset, _collection._headers._AcceptCharset); 9944if (!TryGetUnknown(HeaderNames.AcceptCharset, ref value)) 9953ValidateHeaderValueCharacters(HeaderNames.AcceptCharset, value, EncodingSelector); 9954SetValueUnknown(HeaderNames.AcceptCharset, value); 15641if (!TryGetUnknown(HeaderNames.AcceptCharset, ref value)) 15650ValidateHeaderValueCharacters(HeaderNames.AcceptCharset, value, EncodingSelector); 15651SetValueUnknown(HeaderNames.AcceptCharset, value);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\KnownHeaders.cs (1)
145HeaderNames.AcceptCharset,
Microsoft.AspNetCore.Shared.Tests (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1195if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.OrdinalIgnoreCase)) 1431if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.OrdinalIgnoreCase)) 1679if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.OrdinalIgnoreCase)) 2076if (string.Equals(key, HeaderNames.AcceptCharset, StringComparison.Ordinal)) 2207yield return HeaderNames.AcceptCharset; 2543yield return new KeyValuePair<string, StringValues>(HeaderNames.AcceptCharset, AcceptCharset); 2751HttpSysRequestHeader.AcceptCharset => HeaderNames.AcceptCharset,