10 writes to _ProxyAuthenticate
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http\HttpHeaders.Generated.cs (10)
9620
_headers.
_ProxyAuthenticate
= value;
9625
_headers.
_ProxyAuthenticate
= default;
12149
_headers.
_ProxyAuthenticate
= value;
12156
_headers.
_ProxyAuthenticate
= value;
12988
_headers.
_ProxyAuthenticate
= value;
12999
_headers.
_ProxyAuthenticate
= value;
13880
_headers.
_ProxyAuthenticate
= default(StringValues);
13891
_headers.
_ProxyAuthenticate
= default(StringValues);
14331
_headers.
_ProxyAuthenticate
= default;
15073
values = ref _headers.
_ProxyAuthenticate
;
5 references to _ProxyAuthenticate
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpHeaders.Generated.cs (5)
9604
var value = _headers.
_ProxyAuthenticate
;
11527
value = _headers.
_ProxyAuthenticate
;
11537
value = _headers.
_ProxyAuthenticate
;
14697
array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.ProxyAuthenticate, _headers.
_ProxyAuthenticate
);
15416
_current = new KeyValuePair<string, StringValues>(HeaderNames.ProxyAuthenticate, _collection._headers.
_ProxyAuthenticate
);