32 references to Location
CodeGenerator (1)
src\Servers\Kestrel\shared\KnownHeaders.cs (1)
230HeaderNames.Location,
Microsoft.AspNetCore.Http.Extensions (1)
ResponseHeaders.cs (1)
181Headers.Set(HeaderNames.Location, value == null ? null : UriHelper.Encode(value));
Microsoft.AspNetCore.Http.Features (2)
IHeaderDictionary.Keyed.cs (2)
161StringValues Location { get => this[HeaderNames.Location]; set => this[HeaderNames.Location] = value; }
Microsoft.AspNetCore.HttpLogging (1)
HttpLoggingOptions.cs (1)
87HeaderNames.Location,
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheEntryFormatter.cs (1)
444HeaderNames.Location,
Microsoft.AspNetCore.Rewrite.Tests (2)
PatternSegments\HeaderSegmentTests.cs (2)
19var segment = new HeaderSegment(HeaderNames.Location); 33var segment = new HeaderSegment(HeaderNames.Location);
Microsoft.AspNetCore.Server.HttpSys (2)
src\Shared\HttpSys\NativeInterop\HttpApiTypes.cs (1)
48HeaderNames.Location,
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
39HeaderNames.Age, HeaderNames.Expires, HeaderNames.Date, HeaderNames.Location, HeaderNames.RetryAfter, HeaderNames.Vary, HeaderNames.Warning,
Microsoft.AspNetCore.Server.IIS (2)
src\Shared\HttpSys\NativeInterop\HttpApiTypes.cs (1)
48HeaderNames.Location,
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
39HeaderNames.Age, HeaderNames.Expires, HeaderNames.Date, HeaderNames.Location, HeaderNames.RetryAfter, HeaderNames.Vary, HeaderNames.Warning,
Microsoft.AspNetCore.Server.Kestrel.Core (17)
Internal\Http\HttpHeaders.Generated.cs (17)
336HeaderNames.Location, 2214if (!TryGetUnknown(HeaderNames.Location, ref value)) 2223SetValueUnknown(HeaderNames.Location, value); 9560ValidateHeaderValueCharacters(HeaderNames.Location, value, EncodingSelector); 11141if (ReferenceEquals(HeaderNames.Location, key)) 11151if (HeaderNames.Location.Equals(key, StringComparison.OrdinalIgnoreCase)) 11876if (ReferenceEquals(HeaderNames.Location, key)) 11883if (HeaderNames.Location.Equals(key, StringComparison.OrdinalIgnoreCase)) 12561if (ReferenceEquals(HeaderNames.Location, key)) 12572if (HeaderNames.Location.Equals(key, StringComparison.OrdinalIgnoreCase)) 13453if (ReferenceEquals(HeaderNames.Location, key)) 13464if (HeaderNames.Location.Equals(key, StringComparison.OrdinalIgnoreCase)) 14679array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.Location, _headers._Location); 15404_current = new KeyValuePair<string, StringValues>(HeaderNames.Location, _collection._headers._Location); 16469if (!TryGetUnknown(HeaderNames.Location, ref value)) 16478ValidateHeaderValueCharacters(HeaderNames.Location, value, EncodingSelector); 16479SetValueUnknown(HeaderNames.Location, value);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\KnownHeaders.cs (1)
230HeaderNames.Location,
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\HttpSys\NativeInterop\HttpApiTypes.cs (1)
48HeaderNames.Location,
src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
39HeaderNames.Age, HeaderNames.Expires, HeaderNames.Date, HeaderNames.Location, HeaderNames.RetryAfter, HeaderNames.Vary, HeaderNames.Warning,