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