24 references to ProxyAuthenticate
Microsoft.AspNetCore.Http.Features (2)
IHeaderDictionary.Keyed.cs (2)
173
StringValues ProxyAuthenticate { get => this[HeaderNames.
ProxyAuthenticate
]; set => this[HeaderNames.
ProxyAuthenticate
] = value; }
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheEntryFormatter.cs (1)
448
HeaderNames.
ProxyAuthenticate
,
Microsoft.AspNetCore.Server.HttpSys (2)
src\aspnetcore\src\Shared\HttpSys\NativeInterop\HttpApiTypes.cs (1)
49
HeaderNames.
ProxyAuthenticate
,
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
35
HeaderNames.WWWAuthenticate, HeaderNames.Authorization, HeaderNames.
ProxyAuthenticate
, HeaderNames.ProxyAuthorization, HeaderNames.SetCookie, HeaderNames.Cookie,
Microsoft.AspNetCore.Server.IIS (2)
src\aspnetcore\src\Shared\HttpSys\NativeInterop\HttpApiTypes.cs (1)
49
HeaderNames.
ProxyAuthenticate
,
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
35
HeaderNames.WWWAuthenticate, HeaderNames.Authorization, HeaderNames.
ProxyAuthenticate
, HeaderNames.ProxyAuthorization, HeaderNames.SetCookie, HeaderNames.Cookie,
Microsoft.AspNetCore.Server.Kestrel.Core (17)
Internal\Http\HttpHeaders.Generated.cs (17)
340
HeaderNames.
ProxyAuthenticate
,
2231
if (!TryGetUnknown(HeaderNames.
ProxyAuthenticate
, ref value))
2240
SetValueUnknown(HeaderNames.
ProxyAuthenticate
, value);
9618
ValidateHeaderValueCharacters(HeaderNames.
ProxyAuthenticate
, value, EncodingSelector);
11523
if (ReferenceEquals(HeaderNames.
ProxyAuthenticate
, key))
11533
if (HeaderNames.
ProxyAuthenticate
.Equals(key, StringComparison.OrdinalIgnoreCase))
12146
if (ReferenceEquals(HeaderNames.
ProxyAuthenticate
, key))
12153
if (HeaderNames.
ProxyAuthenticate
.Equals(key, StringComparison.OrdinalIgnoreCase))
12983
if (ReferenceEquals(HeaderNames.
ProxyAuthenticate
, key))
12994
if (HeaderNames.
ProxyAuthenticate
.Equals(key, StringComparison.OrdinalIgnoreCase))
13875
if (ReferenceEquals(HeaderNames.
ProxyAuthenticate
, key))
13886
if (HeaderNames.
ProxyAuthenticate
.Equals(key, StringComparison.OrdinalIgnoreCase))
14697
array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.
ProxyAuthenticate
, _headers._ProxyAuthenticate);
15416
_current = new KeyValuePair<string, StringValues>(HeaderNames.
ProxyAuthenticate
, _collection._headers._ProxyAuthenticate);
16541
if (!TryGetUnknown(HeaderNames.
ProxyAuthenticate
, ref value))
16550
ValidateHeaderValueCharacters(HeaderNames.
ProxyAuthenticate
, value, EncodingSelector);
16551
SetValueUnknown(HeaderNames.
ProxyAuthenticate
, value);