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; 7839values = ref _headers._ProxyAuthorization; 8063values = ref _headers._ProxyAuthorization;
5 references to _ProxyAuthorization
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpHeaders.Generated.cs (5)
1440var value = _headers._ProxyAuthorization; 3467value = _headers._ProxyAuthorization; 3495value = _headers._ProxyAuthorization; 7352array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.ProxyAuthorization, _headers._ProxyAuthorization); 8584_current = new KeyValuePair<string, StringValues>(HeaderNames.ProxyAuthorization, _collection._headers._ProxyAuthorization);