28 references to ProxyAuthenticate
CodeGenerator (1)
Microsoft.AspNetCore.Http.Features (2)
Microsoft.AspNetCore.OutputCaching (1)
Microsoft.AspNetCore.Server.HttpSys (2)
Microsoft.AspNetCore.Server.IIS (2)
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)
Microsoft.AspNetCore.Shared.Tests (2)