3 implementations of AccessControlAllowCredentials
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
1818StringValues IHeaderDictionary.AccessControlAllowCredentials 8961StringValues IHeaderDictionary.AccessControlAllowCredentials 15708StringValues IHeaderDictionary.AccessControlAllowCredentials
5 writes to AccessControlAllowCredentials
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsService.cs (1)
169headers.AccessControlAllowCredentials = "true";
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
HeaderCollectionBenchmark.cs (1)
167headers.AccessControlAllowCredentials = "true";
ResponseHeaderCollectionBenchmark.cs (1)
135headers.AccessControlAllowCredentials = "true";
ResponseHeadersWritingBenchmark.cs (1)
132responseHeaders.AccessControlAllowCredentials = "true";
SignalR.Client.FunctionalTestApp (1)
Startup.cs (1)
127context.Response.Headers.AccessControlAllowCredentials = "true";
1 reference to AccessControlAllowCredentials
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
HeaderCollectionBenchmark.cs (1)
286value = headers.AccessControlAllowCredentials;