23 references to AccessControlAllowMethods
CodeGenerator (1)
src\Servers\Kestrel\shared\KnownHeaders.cs (1)
218HeaderNames.AccessControlAllowMethods,
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsConstants.cs (1)
67public static readonly string AccessControlAllowMethods = HeaderNames.AccessControlAllowMethods;
Microsoft.AspNetCore.Http.Features (2)
IHeaderDictionary.Keyed.cs (2)
32StringValues AccessControlAllowMethods { get => this[HeaderNames.AccessControlAllowMethods]; set => this[HeaderNames.AccessControlAllowMethods] = value; }
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheEntryFormatter.cs (1)
404HeaderNames.AccessControlAllowMethods,
Microsoft.AspNetCore.Server.Kestrel.Core (17)
Internal\Http\HttpHeaders.Generated.cs (17)
291HeaderNames.AccessControlAllowMethods, 1857if (!TryGetUnknown(HeaderNames.AccessControlAllowMethods, ref value)) 1866SetValueUnknown(HeaderNames.AccessControlAllowMethods, value); 9037ValidateHeaderValueCharacters(HeaderNames.AccessControlAllowMethods, value, EncodingSelector); 11601if (ReferenceEquals(HeaderNames.AccessControlAllowMethods, key)) 11620if (HeaderNames.AccessControlAllowMethods.Equals(key, StringComparison.OrdinalIgnoreCase)) 12203if (ReferenceEquals(HeaderNames.AccessControlAllowMethods, key)) 12216if (HeaderNames.AccessControlAllowMethods.Equals(key, StringComparison.OrdinalIgnoreCase)) 13068if (ReferenceEquals(HeaderNames.AccessControlAllowMethods, key)) 13089if (HeaderNames.AccessControlAllowMethods.Equals(key, StringComparison.OrdinalIgnoreCase)) 13960if (ReferenceEquals(HeaderNames.AccessControlAllowMethods, key)) 13981if (HeaderNames.AccessControlAllowMethods.Equals(key, StringComparison.OrdinalIgnoreCase)) 14517array[arrayIndex] = new KeyValuePair<string, StringValues>(HeaderNames.AccessControlAllowMethods, _headers._AccessControlAllowMethods); 15296_current = new KeyValuePair<string, StringValues>(HeaderNames.AccessControlAllowMethods, _collection._headers._AccessControlAllowMethods); 15749if (!TryGetUnknown(HeaderNames.AccessControlAllowMethods, ref value)) 15758ValidateHeaderValueCharacters(HeaderNames.AccessControlAllowMethods, value, EncodingSelector); 15759SetValueUnknown(HeaderNames.AccessControlAllowMethods, value);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\KnownHeaders.cs (1)
218HeaderNames.AccessControlAllowMethods,