3 references to ProxyAuthenticate
System.Net.Http (3)
System\Net\Http\Headers\HttpResponseHeaders.cs (1)
54GetSpecializedCollection(ProxyAuthenticateSlot, static thisRef => new HttpHeaderValueCollection<AuthenticationHeaderValue>(KnownHeaders.ProxyAuthenticate.Descriptor, thisRef));
System\Net\Http\Headers\KnownHeaders.cs (1)
351case 'p': return ProxyAuthenticate; // [P]roxy-Authenticate
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
537(KnownHeaders.ProxyAuthenticate.Descriptor, Array.Empty<byte>()),