49 references to ProxyAuthorization
CodeGenerator (1)
src\Servers\Kestrel\shared\KnownHeaders.cs (1)
163HeaderNames.ProxyAuthorization,
Microsoft.AspNetCore.Http.Features (2)
IHeaderDictionary.Keyed.cs (2)
176StringValues ProxyAuthorization { get => this[HeaderNames.ProxyAuthorization]; set => this[HeaderNames.ProxyAuthorization] = value; }
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheEntryFormatter.cs (1)
449HeaderNames.ProxyAuthorization,
Microsoft.AspNetCore.Server.HttpSys (8)
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
35HeaderNames.WWWAuthenticate, HeaderNames.Authorization, HeaderNames.ProxyAuthenticate, HeaderNames.ProxyAuthorization, HeaderNames.SetCookie, HeaderNames.Cookie,
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1243if (string.Equals(key, HeaderNames.ProxyAuthorization, StringComparison.OrdinalIgnoreCase)) 1489if (string.Equals(key, HeaderNames.ProxyAuthorization, StringComparison.OrdinalIgnoreCase)) 1737if (string.Equals(key, HeaderNames.ProxyAuthorization, StringComparison.OrdinalIgnoreCase)) 2184if (string.Equals(key, HeaderNames.ProxyAuthorization, StringComparison.Ordinal)) 2323yield return HeaderNames.ProxyAuthorization; 2659yield return new KeyValuePair<string, StringValues>(HeaderNames.ProxyAuthorization, ProxyAuthorization); 2780HttpSysRequestHeader.ProxyAuthorization => HeaderNames.ProxyAuthorization,
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
RequestHeaderTests.cs (1)
319yield return (HttpSysRequestHeader.ProxyAuthorization, HeaderNames.ProxyAuthorization);
Microsoft.AspNetCore.Server.IIS (8)
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
35HeaderNames.WWWAuthenticate, HeaderNames.Authorization, HeaderNames.ProxyAuthenticate, HeaderNames.ProxyAuthorization, HeaderNames.SetCookie, HeaderNames.Cookie,
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1243if (string.Equals(key, HeaderNames.ProxyAuthorization, StringComparison.OrdinalIgnoreCase)) 1489if (string.Equals(key, HeaderNames.ProxyAuthorization, StringComparison.OrdinalIgnoreCase)) 1737if (string.Equals(key, HeaderNames.ProxyAuthorization, StringComparison.OrdinalIgnoreCase)) 2184if (string.Equals(key, HeaderNames.ProxyAuthorization, StringComparison.Ordinal)) 2323yield return HeaderNames.ProxyAuthorization; 2659yield return new KeyValuePair<string, StringValues>(HeaderNames.ProxyAuthorization, ProxyAuthorization); 2780HttpSysRequestHeader.ProxyAuthorization => HeaderNames.ProxyAuthorization,
Microsoft.AspNetCore.Server.Kestrel.Core (19)
Internal\Http\HttpHeaders.Generated.cs (19)
341HeaderNames.ProxyAuthorization, 3463if (ReferenceEquals(HeaderNames.ProxyAuthorization, key)) 3491if (HeaderNames.ProxyAuthorization.Equals(key, StringComparison.OrdinalIgnoreCase)) 4206if (ReferenceEquals(HeaderNames.ProxyAuthorization, key)) 4225if (HeaderNames.ProxyAuthorization.Equals(key, StringComparison.OrdinalIgnoreCase)) 5265if (ReferenceEquals(HeaderNames.ProxyAuthorization, key)) 5296if (HeaderNames.ProxyAuthorization.Equals(key, StringComparison.OrdinalIgnoreCase)) 6372if (ReferenceEquals(HeaderNames.ProxyAuthorization, key)) 6403if (HeaderNames.ProxyAuthorization.Equals(key, StringComparison.OrdinalIgnoreCase)) 7352array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.ProxyAuthorization, _headers._ProxyAuthorization); 7840nameStr = HeaderNames.ProxyAuthorization; 8064nameStr = HeaderNames.ProxyAuthorization; 8584_current = new KeyValuePair<string, StringValues>(HeaderNames.ProxyAuthorization, _collection._headers._ProxyAuthorization); 10430if (!TryGetUnknown(HeaderNames.ProxyAuthorization, ref value)) 10439ValidateHeaderValueCharacters(HeaderNames.ProxyAuthorization, value, EncodingSelector); 10440SetValueUnknown(HeaderNames.ProxyAuthorization, value); 16559if (!TryGetUnknown(HeaderNames.ProxyAuthorization, ref value)) 16568ValidateHeaderValueCharacters(HeaderNames.ProxyAuthorization, value, EncodingSelector); 16569SetValueUnknown(HeaderNames.ProxyAuthorization, value);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\KnownHeaders.cs (1)
163HeaderNames.ProxyAuthorization,
Microsoft.AspNetCore.Shared.Tests (8)
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
35HeaderNames.WWWAuthenticate, HeaderNames.Authorization, HeaderNames.ProxyAuthenticate, HeaderNames.ProxyAuthorization, HeaderNames.SetCookie, HeaderNames.Cookie,
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1243if (string.Equals(key, HeaderNames.ProxyAuthorization, StringComparison.OrdinalIgnoreCase)) 1489if (string.Equals(key, HeaderNames.ProxyAuthorization, StringComparison.OrdinalIgnoreCase)) 1737if (string.Equals(key, HeaderNames.ProxyAuthorization, StringComparison.OrdinalIgnoreCase)) 2184if (string.Equals(key, HeaderNames.ProxyAuthorization, StringComparison.Ordinal)) 2323yield return HeaderNames.ProxyAuthorization; 2659yield return new KeyValuePair<string, StringValues>(HeaderNames.ProxyAuthorization, ProxyAuthorization); 2780HttpSysRequestHeader.ProxyAuthorization => HeaderNames.ProxyAuthorization,