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; 15073values = ref _headers._ProxyAuthenticate;
5 references to _ProxyAuthenticate
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpHeaders.Generated.cs (5)
9604var value = _headers._ProxyAuthenticate; 11527value = _headers._ProxyAuthenticate; 11537value = _headers._ProxyAuthenticate; 14697array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.ProxyAuthenticate, _headers._ProxyAuthenticate); 15416_current = new KeyValuePair<string, StringValues>(HeaderNames.ProxyAuthenticate, _collection._headers._ProxyAuthenticate);