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)
1739
ProxyAuthorization
= value;
2188
ProxyAuthorization
= default;
7 references to ProxyAuthorization
Microsoft.AspNetCore.Server.HttpSys (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1245
return
ProxyAuthorization
.Count > 0;
1491
value =
ProxyAuthorization
;
2321
if (
ProxyAuthorization
.Count > 0)
2489
if (
ProxyAuthorization
.Count > 0)
2491
yield return
ProxyAuthorization
;
2657
if (
ProxyAuthorization
.Count > 0)
2659
yield return new KeyValuePair<string, StringValues>(HeaderNames.ProxyAuthorization,
ProxyAuthorization
);