26 references to ProxyConnection
CodeGenerator (2)
src\Servers\Kestrel\shared\KnownHeaders.cs (2)
232
HeaderNames.
ProxyConnection
,
294
HeaderNames.
ProxyConnection
InMemory.FunctionalTests (2)
Http2\Http2StreamTests.cs (1)
5849
response.Headers.Add(HeaderNames.
ProxyConnection
, "keep-alive");
Http3\Http3StreamTests.cs (1)
664
response.Headers.Add(HeaderNames.
ProxyConnection
, "keep-alive");
Microsoft.AspNetCore.Http.Features (2)
IHeaderDictionary.Keyed.cs (2)
179
StringValues ProxyConnection { get => this[HeaderNames.
ProxyConnection
]; set => this[HeaderNames.
ProxyConnection
] = value; }
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheEntryFormatter.cs (1)
450
HeaderNames.
ProxyConnection
,
Microsoft.AspNetCore.Server.Kestrel.Core (17)
Internal\Http\HttpHeaders.Generated.cs (17)
342
HeaderNames.
ProxyConnection
,
2248
if (!TryGetUnknown(HeaderNames.
ProxyConnection
, ref value))
2257
SetValueUnknown(HeaderNames.
ProxyConnection
, value);
9647
ValidateHeaderValueCharacters(HeaderNames.
ProxyConnection
, value, EncodingSelector);
11432
if (ReferenceEquals(HeaderNames.
ProxyConnection
, key))
11478
if (HeaderNames.
ProxyConnection
.Equals(key, StringComparison.OrdinalIgnoreCase))
12080
if (ReferenceEquals(HeaderNames.
ProxyConnection
, key))
12111
if (HeaderNames.
ProxyConnection
.Equals(key, StringComparison.OrdinalIgnoreCase))
12881
if (ReferenceEquals(HeaderNames.
ProxyConnection
, key))
12932
if (HeaderNames.
ProxyConnection
.Equals(key, StringComparison.OrdinalIgnoreCase))
13773
if (ReferenceEquals(HeaderNames.
ProxyConnection
, key))
13824
if (HeaderNames.
ProxyConnection
.Equals(key, StringComparison.OrdinalIgnoreCase))
14706
array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.
ProxyConnection
, _headers._ProxyConnection);
15422
_current = new KeyValuePair<string, StringValues>(HeaderNames.
ProxyConnection
, _collection._headers._ProxyConnection);
16577
if (!TryGetUnknown(HeaderNames.
ProxyConnection
, ref value))
16586
ValidateHeaderValueCharacters(HeaderNames.
ProxyConnection
, value, EncodingSelector);
16587
SetValueUnknown(HeaderNames.
ProxyConnection
, value);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
src\Servers\Kestrel\shared\KnownHeaders.cs (2)
232
HeaderNames.
ProxyConnection
,
294
HeaderNames.
ProxyConnection