11 writes to _ProxyAuthorization
Microsoft.AspNetCore.Server.Kestrel.Core (11)
Internal\Http\HttpHeaders.Generated.cs (11)
1455
_headers.
_ProxyAuthorization
= value;
1460
_headers.
_ProxyAuthorization
= default;
4209
_headers.
_ProxyAuthorization
= value;
4228
_headers.
_ProxyAuthorization
= value;
5270
_headers.
_ProxyAuthorization
= value;
5301
_headers.
_ProxyAuthorization
= value;
6377
_headers.
_ProxyAuthorization
= default(StringValues);
6408
_headers.
_ProxyAuthorization
= default(StringValues);
6885
_headers.
_ProxyAuthorization
= default;
7839
values = ref _headers.
_ProxyAuthorization
;
8063
values = ref _headers.
_ProxyAuthorization
;
5 references to _ProxyAuthorization
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpHeaders.Generated.cs (5)
1440
var value = _headers.
_ProxyAuthorization
;
3467
value = _headers.
_ProxyAuthorization
;
3495
value = _headers.
_ProxyAuthorization
;
7352
array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.ProxyAuthorization, _headers.
_ProxyAuthorization
);
8584
_current = new KeyValuePair<string, StringValues>(HeaderNames.ProxyAuthorization, _collection._headers.
_ProxyAuthorization
);