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