26 references to ProxyConnection
CodeGenerator (2)
src\Servers\Kestrel\shared\KnownHeaders.cs (2)
232HeaderNames.ProxyConnection, 294HeaderNames.ProxyConnection
InMemory.FunctionalTests (2)
Http2\Http2StreamTests.cs (1)
5849response.Headers.Add(HeaderNames.ProxyConnection, "keep-alive");
Http3\Http3StreamTests.cs (1)
664response.Headers.Add(HeaderNames.ProxyConnection, "keep-alive");
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);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
src\Servers\Kestrel\shared\KnownHeaders.cs (2)
232HeaderNames.ProxyConnection, 294HeaderNames.ProxyConnection