Implemented interface member:
property
ProxyAuthorization
Microsoft.AspNetCore.Http.IHeaderDictionary.ProxyAuthorization
2 writes to ProxyAuthorization
Microsoft.AspNetCore.Server.HttpSys (2)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (2)
1739ProxyAuthorization = value; 2188ProxyAuthorization = default;
7 references to ProxyAuthorization
Microsoft.AspNetCore.Server.HttpSys (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1245return ProxyAuthorization.Count > 0; 1491value = ProxyAuthorization; 2321if (ProxyAuthorization.Count > 0) 2489if (ProxyAuthorization.Count > 0) 2491yield return ProxyAuthorization; 2657if (ProxyAuthorization.Count > 0) 2659yield return new KeyValuePair<string, StringValues>(HeaderNames.ProxyAuthorization, ProxyAuthorization);