20 references to ProxyConnection
Microsoft.AspNetCore.Http.Features (2)
IHeaderDictionary.Keyed.cs (2)
179StringValues ProxyConnection { get => this[HeaderNames.ProxyConnection]; set => this[HeaderNames.ProxyConnection] = value; }
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheEntryFormatter.cs (1)
450HeaderNames.ProxyConnection,
Microsoft.AspNetCore.Server.Kestrel.Core (17)
Internal\Http\HttpHeaders.Generated.cs (17)
342HeaderNames.ProxyConnection, 2248if (!TryGetUnknown(HeaderNames.ProxyConnection, ref value)) 2257SetValueUnknown(HeaderNames.ProxyConnection, value); 9647ValidateHeaderValueCharacters(HeaderNames.ProxyConnection, value, EncodingSelector); 11432if (ReferenceEquals(HeaderNames.ProxyConnection, key)) 11478if (HeaderNames.ProxyConnection.Equals(key, StringComparison.OrdinalIgnoreCase)) 12080if (ReferenceEquals(HeaderNames.ProxyConnection, key)) 12111if (HeaderNames.ProxyConnection.Equals(key, StringComparison.OrdinalIgnoreCase)) 12881if (ReferenceEquals(HeaderNames.ProxyConnection, key)) 12932if (HeaderNames.ProxyConnection.Equals(key, StringComparison.OrdinalIgnoreCase)) 13773if (ReferenceEquals(HeaderNames.ProxyConnection, key)) 13824if (HeaderNames.ProxyConnection.Equals(key, StringComparison.OrdinalIgnoreCase)) 14706array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.ProxyConnection, _headers._ProxyConnection); 15422_current = new KeyValuePair<string, StringValues>(HeaderNames.ProxyConnection, _collection._headers._ProxyConnection); 16577if (!TryGetUnknown(HeaderNames.ProxyConnection, ref value)) 16586ValidateHeaderValueCharacters(HeaderNames.ProxyConnection, value, EncodingSelector); 16587SetValueUnknown(HeaderNames.ProxyConnection, value);