11 writes to UseCookies
Aspire.Dashboard.Tests (5)
Integration\FrontendBrowserTokenAuthTests.cs (5)
102UseCookies = true 148UseCookies = true 187UseCookies = true 232using var client = new HttpClient(new HttpClientHandler { AllowAutoRedirect = true, UseCookies = true }) 263UseCookies = true
Aspire.Hosting.Testing.Tests (3)
DashboardUrlTests.cs (3)
41UseCookies = true 177UseCookies = true 222UseCookies = true
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.CoreClr.cs (1)
46set { _innerHandler.UseCookies = value; }
Microsoft.AspNetCore.SpaServices.Extensions (1)
Proxying\SpaProxy.cs (1)
45UseCookies = false,
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
297clientHandler.UseCookies = AllowCookies;
1 reference to UseCookies
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.CoreClr.cs (1)
45get { return _innerHandler.UseCookies; }