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